Class: Datatxt::Configuration
- Inherits:
-
Object
- Object
- Datatxt::Configuration
- Defined in:
- lib/datatxt.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
15 16 17 |
# File 'lib/datatxt.rb', line 15 def app_id @app_id end |
#app_key ⇒ Object
Returns the value of attribute app_key.
15 16 17 |
# File 'lib/datatxt.rb', line 15 def app_key @app_key end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
15 16 17 |
# File 'lib/datatxt.rb', line 15 def endpoint @endpoint end |