Class: AbsorbApi::Course

Inherits:
Record
  • Object
show all
Defined in:
lib/absorb_api/course.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

all, can_create, can_search, find, #initialize, with_relationships

Constructor Details

This class inherits a constructor from AbsorbApi::Record

Instance Attribute Details

#access_dateObject

Returns the value of attribute access_date.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def access_date
  @access_date
end

#active_statusObject

Returns the value of attribute active_status.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def active_status
  @active_status
end

#allow_course_evaluationObject

Returns the value of attribute allow_course_evaluation.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def allow_course_evaluation
  @allow_course_evaluation
end

#audienceObject

Returns the value of attribute audience.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def audience
  @audience
end

#category_idObject

Returns the value of attribute category_id.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def category_id
  @category_id
end

#certificate_urlObject

Returns the value of attribute certificate_url.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def certificate_url
  @certificate_url
end

#company_costObject

Returns the value of attribute company_cost.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def company_cost
  @company_cost
end

#company_timeObject

Returns the value of attribute company_time.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def company_time
  @company_time
end

#competency_definition_idsObject

Returns the value of attribute competency_definition_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def competency_definition_ids
  @competency_definition_ids
end

#descriptionObject

Returns the value of attribute description.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def description
  @description
end

#editor_idsObject

Returns the value of attribute editor_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def editor_ids
  @editor_ids
end

#expire_durationObject

Returns the value of attribute expire_duration.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def expire_duration
  @expire_duration
end

#expire_typeObject

Returns the value of attribute expire_type.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def expire_type
  @expire_type
end

#expiry_dateObject

Returns the value of attribute expiry_date.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def expiry_date
  @expiry_date
end

#external_idObject

Returns the value of attribute external_id.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def external_id
  @external_id
end

#goalsObject

Returns the value of attribute goals.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def goals
  @goals
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def id
  @id
end

#learner_costObject

Returns the value of attribute learner_cost.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def learner_cost
  @learner_cost
end

#learner_timeObject

Returns the value of attribute learner_time.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def learner_time
  @learner_time
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def name
  @name
end

#notesObject

Returns the value of attribute notes.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def notes
  @notes
end

#post_enrollment_course_idsObject

Returns the value of attribute post_enrollment_course_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def post_enrollment_course_ids
  @post_enrollment_course_ids
end

#prerequisite_course_idsObject

Returns the value of attribute prerequisite_course_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def prerequisite_course_ids
  @prerequisite_course_ids
end

#pricesObject

Returns the value of attribute prices.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def prices
  @prices
end

#resource_idsObject

Returns the value of attribute resource_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def resource_ids
  @resource_ids
end

#tag_idsObject

Returns the value of attribute tag_ids.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def tag_ids
  @tag_ids
end

#vendorObject

Returns the value of attribute vendor.



8
9
10
# File 'lib/absorb_api/course.rb', line 8

def vendor
  @vendor
end