Class: XapixClient::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



6
7
8
# File 'lib/xapix_client/config.rb', line 6

def auth_token
  @auth_token
end

#autoload_modelsObject

Returns the value of attribute autoload_models.



6
7
8
# File 'lib/xapix_client/config.rb', line 6

def autoload_models
  @autoload_models
end

#project_nameObject

Returns the value of attribute project_name.



6
7
8
# File 'lib/xapix_client/config.rb', line 6

def project_name
  @project_name
end