class Ebanx::Command::Print
Public Class Methods
new(params)
click to toggle source
# File lib/ebanx/command/print.rb, line 4 def initialize(params) @params = params @request_method = :get @request_action = 'print' @response_type = 'text/html' end
Public Instance Methods
validate()
click to toggle source
# File lib/ebanx/command/print.rb, line 11 def validate validate_presence :hash end