Class: Printavo::ProductionFile

Inherits:
Models::Base show all
Defined in:
lib/printavo/models/production_file.rb

Instance Method Summary collapse

Methods inherited from Models::Base

#==, #[], #dig, #initialize, #inspect, #to_h

Constructor Details

This class inherits a constructor from Printavo::Models::Base

Instance Method Details

#created_atObject



9
# File 'lib/printavo/models/production_file.rb', line 9

def created_at = self['createdAt']

#filenameObject



8
# File 'lib/printavo/models/production_file.rb', line 8

def filename   = self['filename']

#idObject



6
# File 'lib/printavo/models/production_file.rb', line 6

def id         = self['id']

#urlObject



7
# File 'lib/printavo/models/production_file.rb', line 7

def url        = self['url']