class ScormEngine::Models::Base

Attributes

options[RW]

Public Instance Methods

to_hash() click to toggle source

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.

@return [Hash]

# File lib/scorm_engine/models/base.rb, line 16
def to_hash
  options
end