Class: Elesai::LSI::Adapter::Section
- Inherits:
-
Hash
- Object
- Hash
- Elesai::LSI::Adapter::Section
- Defined in:
- lib/elesai/lsi.rb
Instance Attribute Summary collapse
-
#section ⇒ Object
readonly
Returns the value of attribute section.
Instance Method Summary collapse
-
#initialize(section) ⇒ Section
constructor
A new instance of Section.
- #inspect ⇒ Object
Constructor Details
#initialize(section) ⇒ Section
Returns a new instance of Section.
62 63 64 |
# File 'lib/elesai/lsi.rb', line 62 def initialize(section) @section = section end |
Instance Attribute Details
#section ⇒ Object (readonly)
Returns the value of attribute section.
61 62 63 |
# File 'lib/elesai/lsi.rb', line 61 def section @section end |
Instance Method Details
#inspect ⇒ Object
65 66 67 |
# File 'lib/elesai/lsi.rb', line 65 def inspect "#{self.class}:#@section:#{self.__id__}" end |