Class: HighLevel::Models::SocialMediaPosting::CSVImportSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::CSVImportSchema
- Defined in:
- lib/high_level/models/social_media_posting/csv_import_schema.rb
Instance Attribute Summary collapse
-
#account_ids ⇒ Object
readonly
Returns the value of attribute account_ids.
-
#approver ⇒ Object
readonly
Returns the value of attribute approver.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#origin_id ⇒ Object
readonly
Returns the value of attribute origin_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#account_ids ⇒ Object (readonly)
Returns the value of attribute account_ids
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def account_ids @account_ids end |
#approver ⇒ Object (readonly)
Returns the value of attribute approver
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def approver @approver end |
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def count @count end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def created_at @created_at end |
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def created_by @created_by end |
#file ⇒ Object (readonly)
Returns the value of attribute file
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def file @file end |
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def file_name @file_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_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/social_media_posting/csv_import_schema.rb', line 9 def location_id @location_id end |
#origin_id ⇒ Object (readonly)
Returns the value of attribute origin_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def origin_id @origin_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def status @status end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9 def trace_id @trace_id end |