Class: HighLevel::Models::Snapshots::SnapshotStatusSchemaWithAssets

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

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject (readonly)

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



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

def completed
  @completed
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_with_assets.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_with_assets.rb', line 9

def location_id
  @location_id
end

#pendingObject (readonly)

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



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

def pending
  @pending
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_with_assets.rb', line 9

def status
  @status
end