Class: Upkeep::Targeting::Target

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/targeting.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/upkeep/targeting.rb', line 8

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/upkeep/targeting.rb', line 8

def kind
  @kind
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



8
9
10
# File 'lib/upkeep/targeting.rb', line 8

def reason
  @reason
end