Class: Upkeep::Targeting::Target
- Inherits:
-
Data
- Object
- Data
- Upkeep::Targeting::Target
- Defined in:
- lib/upkeep/targeting.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
8 9 10 |
# File 'lib/upkeep/targeting.rb', line 8 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
8 9 10 |
# File 'lib/upkeep/targeting.rb', line 8 def kind @kind end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
8 9 10 |
# File 'lib/upkeep/targeting.rb', line 8 def reason @reason end |