Class: NitroApi::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/nitro_api/rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action.



3
4
5
# File 'lib/nitro_api/rule.rb', line 3

def action
  @action
end

#completedObject

Returns the value of attribute completed.



3
4
5
# File 'lib/nitro_api/rule.rb', line 3

def completed
  @completed
end

#goalObject

Returns the value of attribute goal.



3
4
5
# File 'lib/nitro_api/rule.rb', line 3

def goal
  @goal
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/nitro_api/rule.rb', line 3

def type
  @type
end