Class: DIY::Lookup

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject (readonly)

Returns the value of attribute name.



290
291
292
# File 'lib/diy.rb', line 290

def name
  @name
end