Class: Etapper::API::TransactionProcessor
- Inherits:
-
Object
- Object
- Etapper::API::TransactionProcessor
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#refName ⇒ Object
Returns the value of attribute refName.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(default = nil, disabled = nil, ref = nil, refName = nil, type = nil) ⇒ TransactionProcessor
constructor
A new instance of TransactionProcessor.
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
#default ⇒ Object
Returns the value of attribute default.
1955 1956 1957 |
# File 'lib/etapper/api/service.rb', line 1955 def default @default end |
#disabled ⇒ Object
Returns the value of attribute disabled.
1956 1957 1958 |
# File 'lib/etapper/api/service.rb', line 1956 def disabled @disabled end |
#ref ⇒ Object
Returns the value of attribute ref.
1957 1958 1959 |
# File 'lib/etapper/api/service.rb', line 1957 def ref @ref end |
#refName ⇒ Object
Returns the value of attribute refName.
1958 1959 1960 |
# File 'lib/etapper/api/service.rb', line 1958 def refName @refName end |
#type ⇒ Object
Returns the value of attribute type.
1959 1960 1961 |
# File 'lib/etapper/api/service.rb', line 1959 def type @type end |