Class: TwilioContactable::Configuration
- Inherits:
-
Object
- Object
- TwilioContactable::Configuration
- Defined in:
- lib/configuration.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_key ⇒ Object
Returns the value of attribute client_key.
-
#default_from_phone_number ⇒ Object
Returns the value of attribute default_from_phone_number.
-
#website_address ⇒ Object
Returns the value of attribute website_address.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize {|_self| ... } ⇒ Configuration
Returns a new instance of Configuration.
32 33 34 |
# File 'lib/configuration.rb', line 32 def initialize yield self end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
27 28 29 |
# File 'lib/configuration.rb', line 27 def client_id @client_id end |
#client_key ⇒ Object
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_number ⇒ Object
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_address ⇒ Object
Returns the value of attribute website_address.
29 30 31 |
# File 'lib/configuration.rb', line 29 def website_address @website_address end |