class Ilovepdf::Tool::Rotate
Constants
- API_PARAMS
Public Class Methods
new(public_key, secret_key)
click to toggle source
Calls superclass method
Ilovepdf::Task::new
# File lib/ilovepdf/tool/rotate.rb, line 6 def initialize(public_key, secret_key) self.tool = :rotate super(public_key, secret_key) end