Class: Archipelago::ParamsDSL::ParamDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/archipelago/params_dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def default
  @default
end

#downcaseObject

Returns the value of attribute downcase

Returns:

  • (Object)

    the current value of downcase



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def downcase
  @downcase
end

#empty_as_nilObject

Returns the value of attribute empty_as_nil

Returns:

  • (Object)

    the current value of empty_as_nil



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def empty_as_nil
  @empty_as_nil
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def format
  @format
end

#inObject

Returns the value of attribute in

Returns:

  • (Object)

    the current value of in



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def in
  @in
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def name
  @name
end

#ofObject

Returns the value of attribute of

Returns:

  • (Object)

    the current value of of



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def of
  @of
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def required
  @required
end

#stripObject

Returns the value of attribute strip

Returns:

  • (Object)

    the current value of strip



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def strip
  @strip
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def type
  @type
end

#upcaseObject

Returns the value of attribute upcase

Returns:

  • (Object)

    the current value of upcase



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def upcase
  @upcase
end

#validateObject

Returns the value of attribute validate

Returns:

  • (Object)

    the current value of validate



10
11
12
# File 'lib/archipelago/params_dsl.rb', line 10

def validate
  @validate
end