class Pingpp::BatchTransfer

Public Class Methods

object_name() click to toggle source
# File lib/pingpp/batch_transfer.rb, line 6
def self.object_name
  'batch_transfer'
end
resource_url(opts={}) click to toggle source
# File lib/pingpp/batch_transfer.rb, line 10
def self.resource_url(opts={})
  '/v1/batch_transfers'
end