Class: DockHealthApi::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/dock_health_api/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def api
  @api
end

#api_baseObject

Returns the value of attribute api_base.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def api_base
  @api_base
end

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def api_secret
  @api_secret
end

#debugObject

Returns the value of attribute debug.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def debug
  @debug
end

#iframe_base_urlObject

Returns the value of attribute iframe_base_url.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def iframe_base_url
  @iframe_base_url
end

#org_idObject

Returns the value of attribute org_id.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def org_id
  @org_id
end

#resource_urlObject

Returns the value of attribute resource_url.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def resource_url
  @resource_url
end

#token_urlObject

Returns the value of attribute token_url.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def token_url
  @token_url
end

#user_idObject

Returns the value of attribute user_id.



3
4
5
# File 'lib/dock_health_api/config.rb', line 3

def user_id
  @user_id
end