Class: Etapper::API::TransactionProcessor

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceTransactionProcessor

default - SOAP::SOAPBoolean
disabled - SOAP::SOAPBoolean
ref - SOAP::SOAPString
refName - SOAP::SOAPString
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(default = nil, disabled = nil, ref = nil, refName = nil, type = nil) ⇒ TransactionProcessor

Returns a new instance of TransactionProcessor.



1961
1962
1963
1964
1965
1966
1967
# File 'lib/etapper/api/service.rb', line 1961

def initialize(default = nil, disabled = nil, ref = nil, refName = nil, type = nil)
  @default = default
  @disabled = disabled
  @ref = ref
  @refName = refName
  @type = type
end

Instance Attribute Details

#defaultObject

Returns the value of attribute default.



1955
1956
1957
# File 'lib/etapper/api/service.rb', line 1955

def default
  @default
end

#disabledObject

Returns the value of attribute disabled.



1956
1957
1958
# File 'lib/etapper/api/service.rb', line 1956

def disabled
  @disabled
end

#refObject

Returns the value of attribute ref.



1957
1958
1959
# File 'lib/etapper/api/service.rb', line 1957

def ref
  @ref
end

#refNameObject

Returns the value of attribute refName.



1958
1959
1960
# File 'lib/etapper/api/service.rb', line 1958

def refName
  @refName
end

#typeObject

Returns the value of attribute type.



1959
1960
1961
# File 'lib/etapper/api/service.rb', line 1959

def type
  @type
end