Class: HighLevel::Models::Snapshots::SnapshotStatusSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/snapshots/snapshot_status_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_addedObject (readonly)

Returns the value of attribute date_added

Returns:

  • (Object)

    the current value of date_added



9
10
11
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9

def date_added
  @date_added
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9

def location_id
  @location_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/snapshots/snapshot_status_schema.rb', line 9

def status
  @status
end