class CorePro::Transaction

Transaction endpoint resource

Public Class Methods

by_tag(*id_or_ids) click to toggle source

By-tag finder method

@param id_or_ids [String] resource indentifiers @param params [Hash] URI parameters to pass to the endpoint. @return [Object] instance

# File lib/core_pro.rb, line 162
def self.by_tag(*id_or_ids)
  objectify(request(:get, uri(:getByTag, *id_or_ids)))
end