Class: Pandarus::Grade

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

#current_gradeObject

Returns the value of attribute current_grade.



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

def current_grade
  @current_grade
end

#current_scoreObject

Returns the value of attribute current_score.



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

def current_score
  @current_score
end

#final_gradeObject

Returns the value of attribute final_grade.



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

def final_grade
  @final_grade
end

#final_scoreObject

Returns the value of attribute final_score.



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

def final_score
  @final_score
end

#html_urlObject

Returns the value of attribute html_url.



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

def html_url
  @html_url
end

Class Method Details

.attribute_mapObject



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

def self.attribute_map
  {
    :html_url => {:external => "html_url", :container => false, :type => "String"},
    :current_grade => {:external => "current_grade", :container => false, :type => "String"},
    :final_grade => {:external => "final_grade", :container => false, :type => "String"},
    :current_score => {:external => "current_score", :container => false, :type => "String"},
    :final_score => {:external => "final_score", :container => false, :type => "String"}

  }
end