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.
18 19 20 |
# File 'lib/datatxt.rb', line 18 def app_id @app_id end |
#app_key ⇒ Object
Returns the value of attribute app_key.
18 19 20 |
# File 'lib/datatxt.rb', line 18 def app_key @app_key end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
18 19 20 |
# File 'lib/datatxt.rb', line 18 def endpoint @endpoint end |