Class: Assembly::AssessmentPoint

Inherits:
ApiModel show all
Includes:
Assembly::Actions::List, Assembly::Actions::Read
Defined in:
lib/assembly/models/assessment_point.rb

Instance Attribute Summary

Attributes inherited from Model

#client, #id

Instance Method Summary collapse

Methods included from Assembly::Actions::List

included

Methods included from Assembly::Actions::Read

included

Methods inherited from ApiModel

#path, path

Methods inherited from Model

#[], #[]=, #as_json, class_name, construct_from, #dirty?, #dirty_params, #each, #initialize, #keys, #merge, #to_hash, #to_json, #update_from, #values

Constructor Details

This class inherits a constructor from Assembly::Model

Instance Method Details

#results(params = {}) ⇒ Object



6
7
8
# File 'lib/assembly/models/assessment_point.rb', line 6

def results(params={})
  pages(path + "#{rank}/results", params)
end