Class: HighLevel::Models::Contacts::DndSettingSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::DndSettingSchema
- Defined in:
- lib/high_level/models/contacts/dnd_setting_schema.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_setting_schema.rb', line 9 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_setting_schema.rb', line 9 def @message end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_setting_schema.rb', line 9 def status @status end |