Class: Rea::AspectType::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rea/aspect_type/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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 options = {}
  @base = options.delete(:base)
end

Instance Attribute Details

#baseObject (readonly)

Returns the value of attribute base.



4
5
6
# File 'lib/rea/aspect_type/base.rb', line 4

def base
  @base
end