Class: Bullseye::Configuration
- Inherits:
-
Object
- Object
- Bullseye::Configuration
- Defined in:
- lib/bullseye.rb
Instance Attribute Summary collapse
-
#css_selector ⇒ Object
Returns the value of attribute css_selector.
-
#fuzzy_search ⇒ Object
Returns the value of attribute fuzzy_search.
-
#html_tag ⇒ Object
Returns the value of attribute html_tag.
-
#js_action_search ⇒ Object
Returns the value of attribute js_action_search.
-
#js_controller_search ⇒ Object
Returns the value of attribute js_controller_search.
Instance Attribute Details
#css_selector ⇒ Object
Returns the value of attribute css_selector.
8 9 10 |
# File 'lib/bullseye.rb', line 8 def css_selector @css_selector end |
#fuzzy_search ⇒ Object
Returns the value of attribute fuzzy_search.
8 9 10 |
# File 'lib/bullseye.rb', line 8 def fuzzy_search @fuzzy_search end |
#html_tag ⇒ Object
Returns the value of attribute html_tag.
8 9 10 |
# File 'lib/bullseye.rb', line 8 def html_tag @html_tag end |
#js_action_search ⇒ Object
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_search ⇒ Object
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 |