Class: Pandarus::SisImportData

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/sis_import_data.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#countsObject

Returns the value of attribute counts.



6
7
8
# File 'lib/pandarus/models/sis_import_data.rb', line 6

def counts
  @counts
end

#import_typeObject

Returns the value of attribute import_type.



6
7
8
# File 'lib/pandarus/models/sis_import_data.rb', line 6

def import_type
  @import_type
end

#supplied_batchesObject

Returns the value of attribute supplied_batches.



6
7
8
# File 'lib/pandarus/models/sis_import_data.rb', line 6

def supplied_batches
  @supplied_batches
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
# File 'lib/pandarus/models/sis_import_data.rb', line 9

def self.attribute_map
  {
    :import_type => {:external => "import_type", :container => false, :type => "String"},
    :supplied_batches => {:external => "supplied_batches", :container => true, :type => "String"},
    :counts => {:external => "counts", :container => false, :type => "SisImportCounts"}

  }
end