Module: Sauber
- Extended by:
- Sauber
- Included in:
- Sauber
- Defined in:
- lib/sauber.rb,
lib/sauber/base.rb,
lib/sauber/version.rb
Defined Under Namespace
Classes: Base
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Attribute Summary collapse
-
#blacklist ⇒ Object
Returns the value of attribute blacklist.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#whitelist ⇒ Object
Returns the value of attribute whitelist.
Instance Method Summary collapse
Instance Attribute Details
#blacklist ⇒ Object
Returns the value of attribute blacklist.
5 6 7 |
# File 'lib/sauber.rb', line 5 def blacklist @blacklist end |
#replacement ⇒ Object
Returns the value of attribute replacement.
5 6 7 |
# File 'lib/sauber.rb', line 5 def replacement @replacement end |
#whitelist ⇒ Object
Returns the value of attribute whitelist.
5 6 7 |
# File 'lib/sauber.rb', line 5 def whitelist @whitelist end |