Class: Rea::AspectType::Base
- Inherits:
-
Object
- Object
- Rea::AspectType::Base
- Defined in:
- lib/rea/aspect_type/base.rb
Direct Known Subclasses
Classification::Aspect, Classification::MemberType, Description::Aspect, DueDate::Aspect, Identification::Aspect
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/rea/aspect_type/base.rb', line 5 def initialize = {} @base = .delete(:base) end |
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
4 5 6 |
# File 'lib/rea/aspect_type/base.rb', line 4 def base @base end |