Class: TexMindbody::Api::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tex_mindbody/api/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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_tokenObject

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

#passwordObject

Returns the value of attribute password.



7
8
9
# File 'lib/tex_mindbody/api/configuration.rb', line 7

def password
  @password
end

#rest_apiObject

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_idObject

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

#usernameObject

Returns the value of attribute username.



7
8
9
# File 'lib/tex_mindbody/api/configuration.rb', line 7

def username
  @username
end