Class: Imagga::CropCommand

Inherits:
BaseCommand show all
Defined in:
lib/imagga/commands.rb

Instance Attribute Summary

Attributes inherited from BaseCommand

#api_key, #api_secret, #base_uri

Instance Method Summary collapse

Methods inherited from BaseCommand

#args, #execute, #initialize

Methods included from Exceptions

#raise_if_request_failed!, #raise_missing

Constructor Details

This class inherits a constructor from Imagga::BaseCommand

Instance Method Details

#options_classObject



40
# File 'lib/imagga/commands.rb', line 40

def options_class; CropOptions; end

#service_pathObject



39
# File 'lib/imagga/commands.rb', line 39

def service_path; '/extractionrestserver.php'; end