Class: SunatInvoice::Configuration
- Inherits:
-
Object
- Object
- SunatInvoice::Configuration
- Defined in:
- lib/sunat_invoice/configuration.rb
Instance Attribute Summary collapse
-
#account_password ⇒ Object
Returns the value of attribute account_password.
-
#account_ruc ⇒ Object
Returns the value of attribute account_ruc.
-
#account_user ⇒ Object
Returns the value of attribute account_user.
Instance Attribute Details
#account_password ⇒ Object
Returns the value of attribute account_password.
5 6 7 |
# File 'lib/sunat_invoice/configuration.rb', line 5 def account_password @account_password end |
#account_ruc ⇒ Object
Returns the value of attribute account_ruc.
5 6 7 |
# File 'lib/sunat_invoice/configuration.rb', line 5 def account_ruc @account_ruc end |
#account_user ⇒ Object
Returns the value of attribute account_user.
5 6 7 |
# File 'lib/sunat_invoice/configuration.rb', line 5 def account_user @account_user end |