Class: Flutterwave::Bank
- Inherits:
-
Object
- Object
- Flutterwave::Bank
- Defined in:
- lib/flutterwave/bank.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(code, name) ⇒ Bank
constructor
A new instance of Bank.
Constructor Details
#initialize(code, name) ⇒ Bank
Returns a new instance of Bank.
41 42 43 44 |
# File 'lib/flutterwave/bank.rb', line 41 def initialize(code, name) @code = code @name = name end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
39 40 41 |
# File 'lib/flutterwave/bank.rb', line 39 def code @code end |
#name ⇒ Object
Returns the value of attribute name.
39 40 41 |
# File 'lib/flutterwave/bank.rb', line 39 def name @name end |