Skip to content

Commit

Permalink
Added public rules property
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 25, 2020
1 parent d90e9c1 commit bd58673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/labthings/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def views(self):
""" """
return self._views

@property
def rules(self):
return self._rules

@property
def on_components(self):
return self._on_components
Expand Down

0 comments on commit bd58673

Please sign in to comment.