Class: LMC::DeviceDSCUi::Group
- Inherits:
-
Object
- Object
- LMC::DeviceDSCUi::Group
- Defined in:
- lib/lmc/config/device_dsc_ui.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#names ⇒ Object
readonly
Returns the value of attribute names.
Instance Method Summary collapse
-
#initialize(group_wrapper) ⇒ Group
constructor
A new instance of Group.
Constructor Details
Instance Attribute Details
#items ⇒ Object (readonly)
Returns the value of attribute items.
62 63 64 |
# File 'lib/lmc/config/device_dsc_ui.rb', line 62 def items @items end |
#names ⇒ Object (readonly)
Returns the value of attribute names.
62 63 64 |
# File 'lib/lmc/config/device_dsc_ui.rb', line 62 def names @names end |