Module: Fuprint
- Defined in:
- lib/fuprint.rb,
lib/fuprint/helpers.rb,
lib/fuprint/request.rb
Defined Under Namespace
Modules: Helpers Classes: Request
Class Attribute Summary collapse
-
.clean ⇒ Object
Returns the value of attribute clean.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.mode ⇒ Object
Returns the value of attribute mode.
-
.strip ⇒ Object
Returns the value of attribute strip.
Class Attribute Details
.clean ⇒ Object
Returns the value of attribute clean.
10 11 12 |
# File 'lib/fuprint.rb', line 10 def clean @clean end |
.debug ⇒ Object
Returns the value of attribute debug.
10 11 12 |
# File 'lib/fuprint.rb', line 10 def debug @debug end |
.mode ⇒ Object
Returns the value of attribute mode.
10 11 12 |
# File 'lib/fuprint.rb', line 10 def mode @mode end |
.strip ⇒ Object
Returns the value of attribute strip.
10 11 12 |
# File 'lib/fuprint.rb', line 10 def strip @strip end |