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