Class: BankApi::Configs::BancoSecurity
- Inherits:
-
Object
- Object
- BankApi::Configs::BancoSecurity
- Defined in:
- lib/bank_api/configs/banco_security.rb
Instance Attribute Summary collapse
-
#company_rut ⇒ Object
Returns the value of attribute company_rut.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_rut ⇒ Object
Returns the value of attribute user_rut.
Instance Method Summary collapse
-
#initialize ⇒ BancoSecurity
constructor
A new instance of BancoSecurity.
Constructor Details
#initialize ⇒ BancoSecurity
5 6 7 8 9 |
# File 'lib/bank_api/configs/banco_security.rb', line 5 def initialize @user_rut = nil @password = nil @company_rut = nil end |
Instance Attribute Details
#company_rut ⇒ Object
Returns the value of attribute company_rut.
3 4 5 |
# File 'lib/bank_api/configs/banco_security.rb', line 3 def company_rut @company_rut end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/bank_api/configs/banco_security.rb', line 3 def password @password end |
#user_rut ⇒ Object
Returns the value of attribute user_rut.
3 4 5 |
# File 'lib/bank_api/configs/banco_security.rb', line 3 def user_rut @user_rut end |