Class: HighLevel::Models::Contacts::DndSettingsSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::DndSettingsSchema
- Defined in:
- lib/high_level/models/contacts/dnd_settings_schema.rb
Instance Attribute Summary collapse
-
#call ⇒ Object
readonly
Returns the value of attribute call.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#fb ⇒ Object
readonly
Returns the value of attribute fb.
-
#gmb ⇒ Object
readonly
Returns the value of attribute gmb.
-
#sms ⇒ Object
readonly
Returns the value of attribute sms.
-
#whats_app ⇒ Object
readonly
Returns the value of attribute whats_app.
Instance Attribute Details
#call ⇒ Object (readonly)
Returns the value of attribute call
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def call @call end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def email @email end |
#fb ⇒ Object (readonly)
Returns the value of attribute fb
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def fb @fb end |
#gmb ⇒ Object (readonly)
Returns the value of attribute gmb
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def gmb @gmb end |
#sms ⇒ Object (readonly)
Returns the value of attribute sms
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def sms @sms end |
#whats_app ⇒ Object (readonly)
Returns the value of attribute whats_app
9 10 11 |
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9 def whats_app @whats_app end |