Class: RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base
- Defined in:
- lib/rugui/framework_adapters/base_framework_adapter.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adapted_object ⇒ Object
Returns the value of attribute adapted_object.
Instance Method Summary collapse
-
#initialize(adapted_object) ⇒ Base
constructor
A new instance of Base.
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_object ⇒ Object
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 |