Class: RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rugui/framework_adapters/base_framework_adapter.rb

Direct Known Subclasses

BaseController, BaseModel, BaseView

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adapted_object) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 7

def initialize(adapted_object)
  self.adapted_object = adapted_object
end

Instance Attribute Details

#adapted_objectObject

Returns the value of attribute adapted_object.



5
6
7
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 5

def adapted_object
  @adapted_object
end