Class: Epaybg::Recurring::Debt::Request
- Inherits:
-
Object
- Object
- Epaybg::Recurring::Debt::Request
- Defined in:
- lib/epaybg/recurring/debt/request.rb
Instance Attribute Summary collapse
-
#aid ⇒ Object
Returns the value of attribute aid.
-
#clientid ⇒ Object
Returns the value of attribute clientid.
-
#idn ⇒ Object
Returns the value of attribute idn.
-
#tid ⇒ Object
Returns the value of attribute tid.
-
#xtype ⇒ Object
Returns the value of attribute xtype.
Instance Method Summary collapse
-
#initialize(params = {}) {|_self| ... } ⇒ Request
constructor
A new instance of Request.
Constructor Details
#initialize(params = {}) {|_self| ... } ⇒ Request
Returns a new instance of Request.
7 8 9 10 11 12 13 |
# File 'lib/epaybg/recurring/debt/request.rb', line 7 def initialize(params = {}) params.each do |k, v| instance_variable_set("@#{k}", v) end yield self if block_given? end |
Instance Attribute Details
#aid ⇒ Object
Returns the value of attribute aid.
5 6 7 |
# File 'lib/epaybg/recurring/debt/request.rb', line 5 def aid @aid end |
#clientid ⇒ Object
Returns the value of attribute clientid.
5 6 7 |
# File 'lib/epaybg/recurring/debt/request.rb', line 5 def clientid @clientid end |
#idn ⇒ Object
Returns the value of attribute idn.
5 6 7 |
# File 'lib/epaybg/recurring/debt/request.rb', line 5 def idn @idn end |
#tid ⇒ Object
Returns the value of attribute tid.
5 6 7 |
# File 'lib/epaybg/recurring/debt/request.rb', line 5 def tid @tid end |
#xtype ⇒ Object
Returns the value of attribute xtype.
5 6 7 |
# File 'lib/epaybg/recurring/debt/request.rb', line 5 def xtype @xtype end |