Class: TwilioContactable::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ Configuration

Returns a new instance of Configuration.

Yields:

  • (_self)

Yield Parameters:



32
33
34
# File 'lib/configuration.rb', line 32

def initialize
  yield self
end

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



27
28
29
# File 'lib/configuration.rb', line 27

def client_id
  @client_id
end

#client_keyObject

Returns the value of attribute client_key.



28
29
30
# File 'lib/configuration.rb', line 28

def client_key
  @client_key
end

#default_from_phone_numberObject

Returns the value of attribute default_from_phone_number.



30
31
32
# File 'lib/configuration.rb', line 30

def default_from_phone_number
  @default_from_phone_number
end

#website_addressObject

Returns the value of attribute website_address.



29
30
31
# File 'lib/configuration.rb', line 29

def website_address
  @website_address
end