Class: Alfabank::Api::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/alfabank/api/base.rb

Direct Known Subclasses

Registration, Status

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payment) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/alfabank/api/base.rb', line 7

def initialize(payment)
  @payment = payment
end

Instance Attribute Details

#paymentObject (readonly)

Returns the value of attribute payment.



5
6
7
# File 'lib/alfabank/api/base.rb', line 5

def payment
  @payment
end