Class: HighLevel::Models::Snapshots::SnapshotStatusSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Snapshots::SnapshotStatusSchema
- Defined in:
- lib/high_level/models/snapshots/snapshot_status_schema.rb
Instance Attribute Summary collapse
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9 def date_added @date_added end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9 def location_id @location_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9 def status @status end |