class Atum::Generation::OptionsParameter

Attributes

default[R]

Public Class Methods

new() click to toggle source
Calls superclass method Atum::Core::Schema::Parameter::new
# File lib/atum/generation/options_parameter.rb, line 6
def initialize
  super(nil, 'options', 'any query parameters in the form of a hash')
  @default = '{}'
end