Class: TexMindbody::Api::Configuration
- Inherits:
-
Object
- Object
- TexMindbody::Api::Configuration
- Defined in:
- lib/tex_mindbody/api/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#password ⇒ Object
Returns the value of attribute password.
-
#rest_api ⇒ Object
Returns the value of attribute rest_api.
-
#site_id ⇒ Object
Returns the value of attribute site_id.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/tex_mindbody/api/configuration.rb', line 5 def api_key @api_key end |
#auth_token ⇒ Object
Returns the value of attribute auth_token.
6 7 8 |
# File 'lib/tex_mindbody/api/configuration.rb', line 6 def auth_token @auth_token end |
#password ⇒ Object
Returns the value of attribute password.
7 8 9 |
# File 'lib/tex_mindbody/api/configuration.rb', line 7 def password @password end |
#rest_api ⇒ Object
Returns the value of attribute rest_api.
4 5 6 |
# File 'lib/tex_mindbody/api/configuration.rb', line 4 def rest_api @rest_api end |
#site_id ⇒ Object
Returns the value of attribute site_id.
5 6 7 |
# File 'lib/tex_mindbody/api/configuration.rb', line 5 def site_id @site_id end |
#username ⇒ Object
Returns the value of attribute username.
7 8 9 |
# File 'lib/tex_mindbody/api/configuration.rb', line 7 def username @username end |