class CardConnect::Service::Void
Public Class Methods
new(connection = CardConnect.connection)
click to toggle source
@param connection [CardConnect::Connection] @return CardConnect::Service::Void
Calls superclass method
CardConnect::Service::ServiceEndpoint::new
# File lib/cardconnect/services/void/void.rb, line 8 def initialize(connection = CardConnect.connection) super(connection) @resource_name = '/void' @rest_method = 'put' end