Class: Owa::Configuration
- Inherits:
-
Object
- Object
- Owa::Configuration
- Defined in:
- lib/owa/configuration.rb
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#appid ⇒ Object
Returns the value of attribute appid.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url.
3 4 5 |
# File 'lib/owa/configuration.rb', line 3 def api_url @api_url end |
#appid ⇒ Object
Returns the value of attribute appid.
3 4 5 |
# File 'lib/owa/configuration.rb', line 3 def appid @appid end |
#units ⇒ Object
Returns the value of attribute units.
3 4 5 |
# File 'lib/owa/configuration.rb', line 3 def units @units end |