Class: Bullseye::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#css_selectorObject

Returns the value of attribute css_selector.



8
9
10
# File 'lib/bullseye.rb', line 8

def css_selector
  @css_selector
end

#fuzzy_searchObject

Returns the value of attribute fuzzy_search.



8
9
10
# File 'lib/bullseye.rb', line 8

def fuzzy_search
  @fuzzy_search
end

#html_tagObject

Returns the value of attribute html_tag.



8
9
10
# File 'lib/bullseye.rb', line 8

def html_tag
  @html_tag
end

#js_action_searchObject

Returns the value of attribute js_action_search.



8
9
10
# File 'lib/bullseye.rb', line 8

def js_action_search
  @js_action_search
end

#js_controller_searchObject

Returns the value of attribute js_controller_search.



8
9
10
# File 'lib/bullseye.rb', line 8

def js_controller_search
  @js_controller_search
end