Module: Bullhorn::Plugin
- Defined in:
- lib/bullhorn/plugin.rb
Class Attribute Summary collapse
-
.ignored_exceptions ⇒ Object
readonly
Returns the value of attribute ignored_exceptions.
-
.options ⇒ Object
Returns the value of attribute options.
Class Attribute Details
.ignored_exceptions ⇒ Object (readonly)
Returns the value of attribute ignored_exceptions.
6 7 8 |
# File 'lib/bullhorn/plugin.rb', line 6 def ignored_exceptions @ignored_exceptions end |
.options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/bullhorn/plugin.rb', line 4 def @options end |