Class: Pandarus::Report

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/report.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

#file_urlObject

Returns the value of attribute file_url.



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

def file_url
  @file_url
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#parametersObject

Returns the value of attribute parameters.



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

def parameters
  @parameters
end

#progressObject

Returns the value of attribute progress.



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

def progress
  @progress
end

#reportObject

Returns the value of attribute report.



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

def report
  @report
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
# File 'lib/pandarus/models/report.rb', line 9

def self.attribute_map
  {
    :id => {:external => "id", :container => false, :type => "Integer"},
    :report => {:external => "report", :container => false, :type => "String"},
    :file_url => {:external => "file_url", :container => false, :type => "String"},
    :status => {:external => "status", :container => false, :type => "String"},
    :parameters => {:external => "parameters", :container => false, :type => "ReportParameters"},
    :progress => {:external => "progress", :container => false, :type => "String"}

  }
end