Class: HighLevel::Models::Contacts::GetEventSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::GetEventSchema
- Defined in:
- lib/high_level/models/contacts/get_event_schema.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#appointment_status ⇒ Object
readonly
Returns the value of attribute appointment_status.
-
#assigned_resources ⇒ Object
readonly
Returns the value of attribute assigned_resources.
-
#assigned_user_id ⇒ Object
readonly
Returns the value of attribute assigned_user_id.
-
#calendar_id ⇒ Object
readonly
Returns the value of attribute calendar_id.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#date_updated ⇒ Object
readonly
Returns the value of attribute date_updated.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#group_id ⇒ Object
readonly
Returns the value of attribute group_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#users ⇒ Object
readonly
Returns the value of attribute users.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def address @address end |
#appointment_status ⇒ Object (readonly)
Returns the value of attribute appointment_status
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def appointment_status @appointment_status end |
#assigned_resources ⇒ Object (readonly)
Returns the value of attribute assigned_resources
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def assigned_resources @assigned_resources end |
#assigned_user_id ⇒ Object (readonly)
Returns the value of attribute assigned_user_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def assigned_user_id @assigned_user_id end |
#calendar_id ⇒ Object (readonly)
Returns the value of attribute calendar_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def calendar_id @calendar_id end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def contact_id @contact_id end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def date_added @date_added end |
#date_updated ⇒ Object (readonly)
Returns the value of attribute date_updated
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def date_updated @date_updated end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def end_time @end_time end |
#group_id ⇒ Object (readonly)
Returns the value of attribute group_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def group_id @group_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_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/contacts/get_event_schema.rb', line 9 def location_id @location_id end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def notes @notes end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def start_time @start_time end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def status @status end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def title @title end |
#users ⇒ Object (readonly)
Returns the value of attribute users
9 10 11 |
# File 'lib/high_level/models/contacts/get_event_schema.rb', line 9 def users @users end |