Class: NitroApi::Rule
- Inherits:
-
Object
- Object
- NitroApi::Rule
- Defined in:
- lib/nitro_api/rule.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#goal ⇒ Object
Returns the value of attribute goal.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
3 4 5 |
# File 'lib/nitro_api/rule.rb', line 3 def action @action end |
#completed ⇒ Object
Returns the value of attribute completed.
3 4 5 |
# File 'lib/nitro_api/rule.rb', line 3 def completed @completed end |
#goal ⇒ Object
Returns the value of attribute goal.
3 4 5 |
# File 'lib/nitro_api/rule.rb', line 3 def goal @goal end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/nitro_api/rule.rb', line 3 def type @type end |