Module: Presentable

Defined in:
lib/presentable.rb

Defined Under Namespace

Modules: Collection

Instance Attribute Summary collapse

Instance Attribute Details

#presenter(name = nil) ⇒ Object

Returns the value of attribute presenter.



6
7
8
# File 'lib/presentable.rb', line 6

def presenter
  @presenter
end

#presenter_nameObject

Returns the value of attribute presenter_name.



6
7
8
# File 'lib/presentable.rb', line 6

def presenter_name
  @presenter_name
end