Module: TiendaNube

Defined in:
lib/tienda_nube.rb,
lib/tienda_nube/auth.rb,
lib/tienda_nube/version.rb,
lib/tienda_nube/resource.rb

Defined Under Namespace

Modules: Resource Classes: Auth, Category, Customer, Product, ProductVariant, Store

Constant Summary collapse

API_URL =
'https://api.tiendanube.com'
API_Version =
'v1'
VERSION =
"0.1.4"

Class Attribute Summary collapse

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



12
13
14
# File 'lib/tienda_nube.rb', line 12

def access_token
  @access_token
end

.client_idObject

Returns the value of attribute client_id.



12
13
14
# File 'lib/tienda_nube.rb', line 12

def client_id
  @client_id
end

.client_secretObject

Returns the value of attribute client_secret.



12
13
14
# File 'lib/tienda_nube.rb', line 12

def client_secret
  @client_secret
end

.languageObject

Returns the value of attribute language.



12
13
14
# File 'lib/tienda_nube.rb', line 12

def language
  @language
end

.store_idObject

Returns the value of attribute store_id.



12
13
14
# File 'lib/tienda_nube.rb', line 12

def store_id
  @store_id
end