Class: FlagShihTzu::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/flag_shih_tzu.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_columnObject

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_modeObject

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