Class: Bigcartel::Account
- Inherits:
-
BigcartelObject
- Object
- RecursiveOpenStruct
- BigcartelObject
- Bigcartel::Account
- Defined in:
- lib/bigcartel/account.rb
Class Method Summary collapse
Methods inherited from BigcartelObject
Class Method Details
.retrieve ⇒ Object
4 5 6 7 |
# File 'lib/bigcartel/account.rb', line 4 def retrieve response = Bigcartel::API.get("/account") self.new(response) end |
.root_path ⇒ Object
9 10 11 |
# File 'lib/bigcartel/account.rb', line 9 def root_path '/account' end |