Class: HighLevel::Models::PhoneSystem::NumberPoolDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/phone_system/number_pool_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#call_recordingObject (readonly)

Returns the value of attribute call_recording

Returns:

  • (Object)

    the current value of call_recording



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def call_recording
  @call_recording
end

#forwarding_numberObject (readonly)

Returns the value of attribute forwarding_number

Returns:

  • (Object)

    the current value of forwarding_number



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def forwarding_number
  @forwarding_number
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def id
  @id
end

#inbound_call_serviceObject (readonly)

Returns the value of attribute inbound_call_service

Returns:

  • (Object)

    the current value of inbound_call_service



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def inbound_call_service
  @inbound_call_service
end

#is_activeObject (readonly)

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def is_active
  @is_active
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def name
  @name
end

#numbersObject (readonly)

Returns the value of attribute numbers

Returns:

  • (Object)

    the current value of numbers



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def numbers
  @numbers
end

#whisperObject (readonly)

Returns the value of attribute whisper

Returns:

  • (Object)

    the current value of whisper



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def whisper
  @whisper
end

#whisper_messageObject (readonly)

Returns the value of attribute whisper_message

Returns:

  • (Object)

    the current value of whisper_message



9
10
11
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9

def whisper_message
  @whisper_message
end