Class: Dms::Tier1::ParamGroup
- Inherits:
-
Struct
- Object
- Struct
- Dms::Tier1::ParamGroup
- Defined in:
- lib/dms/tier1.rb
Overview
kind: :named or :positional value: Hash (for named) or Array (for positional)
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
224 225 226 |
# File 'lib/dms/tier1.rb', line 224 def kind @kind end |
#value ⇒ Object
Returns the value of attribute value
224 225 226 |
# File 'lib/dms/tier1.rb', line 224 def value @value end |