Sha256: 03769f36d4a3ddc6b9c996cf647336840fa4e247cb3417ea9c621d9fa6ff052a

Contents?: true

Size: 499 Bytes

Versions: 7

Compression:

Stored size: 499 Bytes

Contents

module GoTransverseTractApi

  module Product

    class OperationAttribute

      #
      # @param {Long} eid
      #
      def self.find_by_eid eid
        GoTransverseTractApi.get_response_for(self.class, {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.class, {product_order_item_eid: product_order_item_eid})
      end

    end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gotransverse-tract-api-0.0.12 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.11 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.10 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.9 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.8 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.7 lib/gotransverse-tract-api/product/operation_attribute.rb
gotransverse-tract-api-0.0.6 lib/gotransverse-tract-api/product/operation_attribute.rb