Class: HighLevel::Models::Contacts::DndSettingsSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/contacts/dnd_settings_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callObject (readonly)

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def call
  @call
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def email
  @email
end

#fbObject (readonly)

Returns the value of attribute fb

Returns:

  • (Object)

    the current value of fb



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def fb
  @fb
end

#gmbObject (readonly)

Returns the value of attribute gmb

Returns:

  • (Object)

    the current value of gmb



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def gmb
  @gmb
end

#smsObject (readonly)

Returns the value of attribute sms

Returns:

  • (Object)

    the current value of sms



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def sms
  @sms
end

#whats_appObject (readonly)

Returns the value of attribute whats_app

Returns:

  • (Object)

    the current value of whats_app



9
10
11
# File 'lib/high_level/models/contacts/dnd_settings_schema.rb', line 9

def whats_app
  @whats_app
end