Sha256: f671f4a52c3415c478d5f97dbb20f91c705f941c450d8acc9710b140d2e81ade

Contents?: true

Size: 487 Bytes

Versions: 34

Compression:

Stored size: 487 Bytes

Contents

module GoTransverseTractApi

  module Product

    class OperationAttribute

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

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

    end

  end

end

Version data entries

34 entries across 34 versions & 1 rubygems

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