Class: HighLevel::Models::Contacts::GetNoteSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::GetNoteSchema
- Defined in:
- lib/high_level/models/contacts/get_note_schema.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#pinned ⇒ Object
readonly
Returns the value of attribute pinned.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def body @body end |
#color ⇒ Object (readonly)
Returns the value of attribute color
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def color @color end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_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_note_schema.rb', line 9 def date_added @date_added end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def id @id end |
#pinned ⇒ Object (readonly)
Returns the value of attribute pinned
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def pinned @pinned end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def title @title end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/contacts/get_note_schema.rb', line 9 def user_id @user_id end |