Class: Placet::Statement
- Inherits:
-
Struct
- Object
- Struct
- Placet::Statement
- Defined in:
- lib/placet/document.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#effect ⇒ Object
Returns the value of attribute effect.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
9 10 11 |
# File 'lib/placet/document.rb', line 9 def actions @actions end |
#effect ⇒ Object
Returns the value of attribute effect
9 10 11 |
# File 'lib/placet/document.rb', line 9 def effect @effect end |