Class: ImageProcessing::Builder
- Inherits:
-
Object
- Object
- ImageProcessing::Builder
- Includes:
- Chainable
- Defined in:
- lib/image_processing/builder.rb
Instance Method Summary collapse
- #call!(**options) ⇒ Object
-
#initialize(options) ⇒ Builder
constructor
A new instance of Builder.
Methods included from Chainable
#branch, #call, #convert, #custom, #default_options, #loader, #method_missing, #operation, #saver, #source
Constructor Details
#initialize(options) ⇒ Builder
Returns a new instance of Builder.
5 6 7 |
# File 'lib/image_processing/builder.rb', line 5 def initialize() @default_options = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ImageProcessing::Chainable