Class: Dotum::RuleOptionsDSL::OptionConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/dotum/rule_options_dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



5
6
7
# File 'lib/dotum/rule_options_dsl.rb', line 5

def default
  @default
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



5
6
7
# File 'lib/dotum/rule_options_dsl.rb', line 5

def filter
  @filter
end

#validatorObject

Returns the value of attribute validator

Returns:

  • (Object)

    the current value of validator



5
6
7
# File 'lib/dotum/rule_options_dsl.rb', line 5

def validator
  @validator
end