Class: DIY::Lookup
- Inherits:
-
Object
- Object
- DIY::Lookup
- Defined in:
- lib/diy.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(obj_name) ⇒ Lookup
constructor
A new instance of Lookup.
Constructor Details
#initialize(obj_name) ⇒ Lookup
Returns a new instance of Lookup.
291 292 293 |
# File 'lib/diy.rb', line 291 def initialize(obj_name) @name = obj_name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
290 291 292 |
# File 'lib/diy.rb', line 290 def name @name end |