module Trackerific::Services::Concerns::XML

Protected Instance Methods

request(id) click to toggle source
# File lib/trackerific/services/concerns/xml.rb, line 19
def request(id)
  self.class.post(config.endpoint, body: builder(id).xml)
end