Class: Printavo::MerchStore
Instance Method Summary
collapse
#==, #[], #dig, #initialize, #inspect, #to_h
Instance Method Details
#id ⇒ Object
6
|
# File 'lib/printavo/models/merch_store.rb', line 6
def id = self['id']
|
#name ⇒ Object
7
|
# File 'lib/printavo/models/merch_store.rb', line 7
def name = self['name']
|
#summary ⇒ Object
9
|
# File 'lib/printavo/models/merch_store.rb', line 9
def summary = self['summary']
|
#url ⇒ Object
8
|
# File 'lib/printavo/models/merch_store.rb', line 8
def url = self['url']
|