Class: Pandarus::GradingSchemeEntry

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end

Class Method Details

.attribute_mapObject



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

def self.attribute_map
  {
    :name => {:external => "name", :container => false, :type => "String"},
    :value => {:external => "value", :container => false, :type => "Integer"}

  }
end