Sha256: 832cd2298d1c3e9dad4a285aa11f1ac8c8390ec76a83a8df84bef691983ff4f4

Contents?: true

Size: 477 Bytes

Versions: 32

Compression:

Stored size: 477 Bytes

Contents

module GoTransverseTractApi

  module Product

    class PriceList

      def self.find_all
        GoTransverseTractApi.get_response_for(self)
      end

      #
      # @param {Long} eid
      #
      def self.find_by_eid eid
        GoTransverseTractApi.get_response_for(self, {eid: eid})
      end

      #
      # @param {String} name
      #
      def self.find_by_name name
        GoTransverseTractApi.get_response_for(self, {name: name})
      end

    end

  end

end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
gotransverse-tract-api-0.5.0 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.4.3 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.4.2 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.4.1 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.4.0 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.3.4 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.3.3 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.3.2 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.3.1 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.3.0 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.5 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.4 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.3 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.2 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.1 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.2.0 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.1.12 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.1.11 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.1.10 lib/gotransverse-tract-api/product/price_list.rb
gotransverse-tract-api-0.1.9 lib/gotransverse-tract-api/product/price_list.rb