Class: Pandarus::EnrollmentTerm
- Defined in:
- lib/pandarus/models/enrollment_term.rb
Instance Attribute Summary collapse
-
#end_at ⇒ Object
Returns the value of attribute end_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sis_term_id ⇒ Object
Returns the value of attribute sis_term_id.
-
#start_at ⇒ Object
Returns the value of attribute start_at.
-
#workflow_state ⇒ Object
Returns the value of attribute workflow_state.
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
#end_at ⇒ Object
Returns the value of attribute end_at.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def end_at @end_at end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def name @name end |
#sis_term_id ⇒ Object
Returns the value of attribute sis_term_id.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def sis_term_id @sis_term_id end |
#start_at ⇒ Object
Returns the value of attribute start_at.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def start_at @start_at end |
#workflow_state ⇒ Object
Returns the value of attribute workflow_state.
6 7 8 |
# File 'lib/pandarus/models/enrollment_term.rb', line 6 def workflow_state @workflow_state end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/pandarus/models/enrollment_term.rb', line 9 def self.attribute_map { :id => {:external => "id", :container => false, :type => "Integer"}, :sis_term_id => {:external => "sis_term_id", :container => false, :type => "String"}, :name => {:external => "name", :container => false, :type => "String"}, :start_at => {:external => "start_at", :container => false, :type => "DateTime"}, :end_at => {:external => "end_at", :container => false, :type => "DateTime"}, :workflow_state => {:external => "workflow_state", :container => false, :type => "String"} } end |