Class: TruthID::DeviceStatus
- Inherits:
-
Struct
- Object
- Struct
- TruthID::DeviceStatus
- Defined in:
- lib/truthid/types.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#added_at ⇒ Object
Returns the value of attribute added_at.
-
#exists ⇒ Object
Returns the value of attribute exists.
-
#identity_id ⇒ Object
Returns the value of attribute identity_id.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
49 50 51 |
# File 'lib/truthid/types.rb', line 49 def active @active end |
#added_at ⇒ Object
Returns the value of attribute added_at
49 50 51 |
# File 'lib/truthid/types.rb', line 49 def added_at @added_at end |
#exists ⇒ Object
Returns the value of attribute exists
49 50 51 |
# File 'lib/truthid/types.rb', line 49 def exists @exists end |
#identity_id ⇒ Object
Returns the value of attribute identity_id
49 50 51 |
# File 'lib/truthid/types.rb', line 49 def identity_id @identity_id end |
#label ⇒ Object
Returns the value of attribute label
49 50 51 |
# File 'lib/truthid/types.rb', line 49 def label @label end |