Class: Privatbank::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/privatbank/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#merchant_idObject

Returns the value of attribute merchant_id.



4
5
6
# File 'lib/privatbank/configuration.rb', line 4

def merchant_id
  @merchant_id
end

#merchant_passwordObject

Returns the value of attribute merchant_password.



4
5
6
# File 'lib/privatbank/configuration.rb', line 4

def merchant_password
  @merchant_password
end

Instance Method Details

#[](value) ⇒ Object



6
7
8
# File 'lib/privatbank/configuration.rb', line 6

def [](value)
  self.public_send(value)
end