Class: Aex::Configuration
- Inherits:
-
Object
- Object
- Aex::Configuration
- Defined in:
- lib/aex.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Method Summary collapse
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
14 15 16 |
# File 'lib/aex.rb', line 14 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
14 15 16 |
# File 'lib/aex.rb', line 14 def secret @secret end |
#uid ⇒ Object
Returns the value of attribute uid.
14 15 16 |
# File 'lib/aex.rb', line 14 def uid @uid end |
Instance Method Details
#intialize ⇒ Object
16 17 18 19 20 |
# File 'lib/aex.rb', line 16 def intialize @key = '' @secret = '' @uid = '' end |