Class: HighLevel::Models::Objects::IRecordSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/i_record_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/objects/i_record_schema.rb', line 9

def date_added
  @date_added
end

#date_updatedObject (readonly)

Returns the value of attribute date_updated

Returns:

  • (Object)

    the current value of date_updated



9
10
11
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9

def date_updated
  @date_updated
end

#followersObject (readonly)

Returns the value of attribute followers

Returns:

  • (Object)

    the current value of followers



9
10
11
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9

def followers
  @followers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9

def id
  @id
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



9
10
11
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9

def owner
  @owner
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



9
10
11
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9

def properties
  @properties
end