Class: TruthID::DeviceStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/truthid/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



49
50
51
# File 'lib/truthid/types.rb', line 49

def active
  @active
end

#added_atObject

Returns the value of attribute added_at

Returns:

  • (Object)

    the current value of added_at



49
50
51
# File 'lib/truthid/types.rb', line 49

def added_at
  @added_at
end

#existsObject

Returns the value of attribute exists

Returns:

  • (Object)

    the current value of exists



49
50
51
# File 'lib/truthid/types.rb', line 49

def exists
  @exists
end

#identity_idObject

Returns the value of attribute identity_id

Returns:

  • (Object)

    the current value of identity_id



49
50
51
# File 'lib/truthid/types.rb', line 49

def identity_id
  @identity_id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



49
50
51
# File 'lib/truthid/types.rb', line 49

def label
  @label
end