Class: Ykutils::StructuredTextForAccountOneLayer
- Inherits:
-
Object
- Object
- Ykutils::StructuredTextForAccountOneLayer
- Defined in:
- lib/ykutils/stext.rb
Direct Known Subclasses
StructuredTextForAccountOneLayerDomain, StructuredTextForAccountOneLayerHost
Instance Attribute Summary collapse
-
#item_ary ⇒ Object
Returns the value of attribute item_ary.
Instance Method Summary collapse
-
#initialize ⇒ StructuredTextForAccountOneLayer
constructor
A new instance of StructuredTextForAccountOneLayer.
Constructor Details
#initialize ⇒ StructuredTextForAccountOneLayer
Returns a new instance of StructuredTextForAccountOneLayer.
238 239 240 241 242 243 |
# File 'lib/ykutils/stext.rb', line 238 def initialize @item_ary = [] @ary = [] @hash = {} @title = "" end |
Instance Attribute Details
#item_ary ⇒ Object
Returns the value of attribute item_ary.
236 237 238 |
# File 'lib/ykutils/stext.rb', line 236 def item_ary @item_ary end |