Class: Cellular::Configuration
- Inherits:
-
Object
- Object
- Cellular::Configuration
- Defined in:
- lib/cellular/configuration.rb
Overview
Configuration for Cellular
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#delivery_url ⇒ Object
Returns the value of attribute delivery_url.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#price ⇒ Object
Returns the value of attribute price.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def backend @backend end |
#country_code ⇒ Object
Returns the value of attribute country_code.
5 6 7 |
# File 'lib/cellular/configuration.rb', line 5 def country_code @country_code end |
#delivery_url ⇒ Object
Returns the value of attribute delivery_url.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def delivery_url @delivery_url end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/cellular/configuration.rb', line 6 def logger @logger end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5 6 7 |
# File 'lib/cellular/configuration.rb', line 5 def partner_id @partner_id end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def password @password end |
#price ⇒ Object
Returns the value of attribute price.
5 6 7 |
# File 'lib/cellular/configuration.rb', line 5 def price @price end |
#sender ⇒ Object
Returns the value of attribute sender.
5 6 7 |
# File 'lib/cellular/configuration.rb', line 5 def sender @sender end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def username @username end |