Class: AgnosticPresenters::Base

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ Base

Returns a new instance of Base.



9
10
11
# File 'lib/base.rb', line 9

def initialize(object)
  @object = object
end

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object.



7
8
9
# File 'lib/base.rb', line 7

def object
  @object
end