Sha256: 29bdbdcdf3765f849039fc86d51ce3f2de35ff375e58a7a1a6651ec15a867d67
Contents?: true
Size: 478 Bytes
Versions: 17
Compression:
Stored size: 478 Bytes
Contents
module GeoCerts module Endpoints # :nodoc: module Agreements # :nodoc: def self.included(base) base.class_eval do endpoint GeoCerts::API::ENDPOINT do action :agreement, :url => '/products/:product_id/agreement.xml' do parser Parsers::OrderParser do element :agreement end end end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems