Class: Archipelago::ParamsDSL::ParamDefinition
- Inherits:
-
Struct
- Object
- Struct
- Archipelago::ParamsDSL::ParamDefinition
- Defined in:
- lib/archipelago/params_dsl.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#downcase ⇒ Object
Returns the value of attribute downcase.
-
#empty_as_nil ⇒ Object
Returns the value of attribute empty_as_nil.
-
#format ⇒ Object
Returns the value of attribute format.
-
#in ⇒ Object
Returns the value of attribute in.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
-
#of ⇒ Object
Returns the value of attribute of.
-
#required ⇒ Object
Returns the value of attribute required.
-
#strip ⇒ Object
Returns the value of attribute strip.
-
#type ⇒ Object
Returns the value of attribute type.
-
#upcase ⇒ Object
Returns the value of attribute upcase.
-
#validate ⇒ Object
Returns the value of attribute validate.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def default @default end |
#downcase ⇒ Object
Returns the value of attribute downcase
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def downcase @downcase end |
#empty_as_nil ⇒ Object
Returns the value of attribute empty_as_nil
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def empty_as_nil @empty_as_nil end |
#format ⇒ Object
Returns the value of attribute format
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def format @format end |
#in ⇒ Object
Returns the value of attribute in
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def in @in end |
#max ⇒ Object
Returns the value of attribute max
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def max @max end |
#min ⇒ Object
Returns the value of attribute min
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def min @min end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def name @name end |
#of ⇒ Object
Returns the value of attribute of
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def of @of end |
#required ⇒ Object
Returns the value of attribute required
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def required @required end |
#strip ⇒ Object
Returns the value of attribute strip
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def strip @strip end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def type @type end |
#upcase ⇒ Object
Returns the value of attribute upcase
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def upcase @upcase end |
#validate ⇒ Object
Returns the value of attribute validate
10 11 12 |
# File 'lib/archipelago/params_dsl.rb', line 10 def validate @validate end |