Class: Rea::AspectType::Base
- Inherits:
-
Object
- Object
- Rea::AspectType::Base
- Defined in:
- lib/rea/aspect_type/base.rb
Direct Known Subclasses
ClassificationAspect, Description, DueDateType, IdentifierSetup, MemberType
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/rea/aspect_type/base.rb', line 4 def initialize ={} .keys.each { |key| self.instance_variable_set("@#{key}", [key]) } end |