Class: HighLevel::Models::Snapshots::SnapshotStatusSchemaWithAssets
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Snapshots::SnapshotStatusSchemaWithAssets
- Defined in:
- lib/high_level/models/snapshots/snapshot_status_schema_with_assets.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
readonly
Returns the value of attribute completed.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#pending ⇒ Object
readonly
Returns the value of attribute pending.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#completed ⇒ Object (readonly)
Returns the value of attribute completed
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema_with_assets.rb', line 9 def completed @completed end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema_with_assets.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_with_assets.rb', line 9 def location_id @location_id end |
#pending ⇒ Object (readonly)
Returns the value of attribute pending
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema_with_assets.rb', line 9 def pending @pending end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/snapshots/snapshot_status_schema_with_assets.rb', line 9 def status @status end |