Class: Imagga::ExtractCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Imagga::ExtractCommand
- Defined in:
- lib/imagga/commands.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseCommand
#api_key, #api_secret, #base_uri
Instance Method Summary collapse
Methods inherited from BaseCommand
Methods included from Exceptions
#raise_if_request_failed!, #raise_missing
Constructor Details
This class inherits a constructor from Imagga::BaseCommand
Instance Method Details
#options_class ⇒ Object
31 |
# File 'lib/imagga/commands.rb', line 31 def ; ExtractOptions; end |
#service_path ⇒ Object
30 |
# File 'lib/imagga/commands.rb', line 30 def service_path; '/colorsearchserver.php'; end |