Sha256: 92f0891b2c188881042625546d23339af2157f598433870e7479a9d2a433fecf

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 Bytes

Contents

module GoTransverseTractApi

  module Product

    class Operation

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

      #
      # @param {Long} action_eid
      #
      def self.find_by_action_eid action_eid
        GoTransverseTractApi.get_response_for(self.class, {action_eid: action_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.rb
gotransverse-tract-api-0.0.11 lib/gotransverse-tract-api/product/operation.rb
gotransverse-tract-api-0.0.10 lib/gotransverse-tract-api/product/operation.rb
gotransverse-tract-api-0.0.9 lib/gotransverse-tract-api/product/operation.rb
gotransverse-tract-api-0.0.8 lib/gotransverse-tract-api/product/operation.rb
gotransverse-tract-api-0.0.7 lib/gotransverse-tract-api/product/operation.rb
gotransverse-tract-api-0.0.6 lib/gotransverse-tract-api/product/operation.rb