Class: FlagShihTzu::Configuration
- Inherits:
-
Object
- Object
- FlagShihTzu::Configuration
- Defined in:
- lib/flag_shih_tzu.rb
Instance Attribute Summary collapse
-
#default_check_for_column ⇒ Object
Returns the value of attribute default_check_for_column.
-
#default_flag_query_mode ⇒ Object
Returns the value of attribute default_flag_query_mode.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
37 38 39 40 |
# File 'lib/flag_shih_tzu.rb', line 37 def initialize @default_check_for_column = DEFAULT_CHECK_FOR_COLUMN @default_flag_query_mode = DEFAULT_FLAG_QUERY_MODE end |
Instance Attribute Details
#default_check_for_column ⇒ Object
Returns the value of attribute default_check_for_column.
34 35 36 |
# File 'lib/flag_shih_tzu.rb', line 34 def default_check_for_column @default_check_for_column end |
#default_flag_query_mode ⇒ Object
Returns the value of attribute default_flag_query_mode.
34 35 36 |
# File 'lib/flag_shih_tzu.rb', line 34 def default_flag_query_mode @default_flag_query_mode end |