Class: Dms::Tier1::ParamGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/dms/tier1.rb

Overview

kind: :named or :positional value: Hash (for named) or Array (for positional)

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



224
225
226
# File 'lib/dms/tier1.rb', line 224

def kind
  @kind
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



224
225
226
# File 'lib/dms/tier1.rb', line 224

def value
  @value
end