Sha256: dd9eeaf53764e18a2b0f80d7ed3d55944aaa26532146c63acf1fa192298ce02c

Contents?: true

Size: 706 Bytes

Versions: 28

Compression:

Stored size: 706 Bytes

Contents

module GoTransverseTractApi

  module Order

    class BillingAccountCategory

      class << self
        def find_all
          GoTransverseTractApi.get_response_for(self)
        end

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

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

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

    end

  end

end

Version data entries

28 entries across 28 versions & 1 rubygems

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