Class: Pandarus::ContentDetails

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

#due_atObject

Returns the value of attribute due_at.



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

def due_at
  @due_at
end

#lock_atObject

Returns the value of attribute lock_at.



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

def lock_at
  @lock_at
end

#lock_explanationObject

Returns the value of attribute lock_explanation.



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

def lock_explanation
  @lock_explanation
end

#lock_infoObject

Returns the value of attribute lock_info.



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

def lock_info
  @lock_info
end

#locked_for_userObject

Returns the value of attribute locked_for_user.



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

def locked_for_user
  @locked_for_user
end

#points_possibleObject

Returns the value of attribute points_possible.



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

def points_possible
  @points_possible
end

#unlock_atObject

Returns the value of attribute unlock_at.



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

def unlock_at
  @unlock_at
end

Class Method Details

.attribute_mapObject



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

def self.attribute_map
  {
    :points_possible => {:external => "points_possible", :container => false, :type => "Integer"},
    :due_at => {:external => "due_at", :container => false, :type => "DateTime"},
    :unlock_at => {:external => "unlock_at", :container => false, :type => "DateTime"},
    :lock_at => {:external => "lock_at", :container => false, :type => "DateTime"},
    :locked_for_user => {:external => "locked_for_user", :container => false, :type => nil},
    :lock_explanation => {:external => "lock_explanation", :container => false, :type => "String"},
    :lock_info => {:external => "lock_info", :container => false, :type => "LockInfo"}

  }
end