Class: Cellular::Configuration
- Inherits:
-
Object
- Object
- Cellular::Configuration
- Defined in:
- lib/cellular/configuration.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#delivery_url ⇒ Object
Returns the value of attribute delivery_url.
-
#password ⇒ Object
Returns the value of attribute password.
-
#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 |
#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 |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/cellular/configuration.rb', line 4 def username @username end |