Class: Facturama::Models::Image

Inherits:
Model
  • Object
show all
Defined in:
lib/facturama/models/image.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#all_errors

Method Summary

Methods inherited from Model

#after_initialize, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data

Constructor Details

This class inherits a constructor from Facturama::Models::Model

Instance Attribute Details

#ImageObject

Returns the value of attribute Image.



5
6
7
# File 'lib/facturama/models/image.rb', line 5

def Image
  @Image
end

#TypeObject

Returns the value of attribute Type.



5
6
7
# File 'lib/facturama/models/image.rb', line 5

def Type
  @Type
end