Class: ScormEngine::Models::Base
- Inherits:
-
Object
- Object
- ScormEngine::Models::Base
- Defined in:
- lib/scorm_engine/models/base.rb
Direct Known Subclasses
Course, CourseConfiguration, CourseImport, Destination, Dispatch, DispatchRegistrationCount, DispatchZip, Learner, Registration, RegistrationActivityDetail, RegistrationConfiguration, RegistrationLaunchHistory, RegistrationRuntimeInteraction, TenantConfiguration
Instance Attribute Summary collapse
-
#options ⇒ Object
writeonly
Sets the attribute options.
Instance Method Summary collapse
-
#to_hash ⇒ Hash
Return a hashified representation of the object.
Instance Attribute Details
#options=(value) ⇒ Object
Sets the attribute options
4 5 6 |
# File 'lib/scorm_engine/models/base.rb', line 4 def (value) @options = value end |
Instance Method Details
#to_hash ⇒ Hash
Return a hashified representation of the object.
This hash should not be used to access individual data elements unavailable via standard accessors, but only for use in marshaling of the data.
16 17 18 |
# File 'lib/scorm_engine/models/base.rb', line 16 def to_hash end |