module GMO::PG::APIEndpoint

Public Instance Methods

endpoint_path() click to toggle source
# File lib/gmo-pg/api_endpoint.rb, line 4
def endpoint_path
  "/payment/#{self.name.split('::')[-1]}.idPass"
end