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
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
-
.language ⇒ Object
Returns the value of attribute language.
-
.store_id ⇒ Object
Returns the value of attribute store_id.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
12 13 14 |
# File 'lib/tienda_nube.rb', line 12 def access_token @access_token end |
.client_id ⇒ Object
Returns the value of attribute client_id.
12 13 14 |
# File 'lib/tienda_nube.rb', line 12 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
12 13 14 |
# File 'lib/tienda_nube.rb', line 12 def client_secret @client_secret end |
.language ⇒ Object
Returns the value of attribute language.
12 13 14 |
# File 'lib/tienda_nube.rb', line 12 def language @language end |
.store_id ⇒ Object
Returns the value of attribute store_id.
12 13 14 |
# File 'lib/tienda_nube.rb', line 12 def store_id @store_id end |