Class: HighLevel::Models::SocialMediaPosting::CSVImportSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/csv_import_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsObject (readonly)

Returns the value of attribute account_ids

Returns:

  • (Object)

    the current value of account_ids



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9

def 
  @account_ids
end

#approverObject (readonly)

Returns the value of attribute approver

Returns:

  • (Object)

    the current value of approver



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9

def approver
  @approver
end

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9

def count
  @count
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of 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_byObject (readonly)

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of 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

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9

def file
  @file
end

#file_nameObject (readonly)

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of 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

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_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/social_media_posting/csv_import_schema.rb', line 9

def location_id
  @location_id
end

#origin_idObject (readonly)

Returns the value of attribute origin_id

Returns:

  • (Object)

    the current value of 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

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/social_media_posting/csv_import_schema.rb', line 9

def status
  @status
end

#trace_idObject (readonly)

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of 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