Class: Gdexpress::Dte
- Inherits:
-
Object
- Object
- Gdexpress::Dte
- Defined in:
- lib/gdexpress/dte.rb
Instance Attribute Summary collapse
-
#folio ⇒ Object
Returns the value of attribute folio.
-
#rut_emisor ⇒ Object
Returns the value of attribute rut_emisor.
-
#tipo_dte ⇒ Object
Returns the value of attribute tipo_dte.
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ Dte
constructor
A new instance of Dte.
Constructor Details
#initialize(params = {}) ⇒ Dte
Returns a new instance of Dte.
5 6 7 8 |
# File 'lib/gdexpress/dte.rb', line 5 def initialize(params = {}) set_config params normalize_rut end |
Instance Attribute Details
#folio ⇒ Object
Returns the value of attribute folio.
3 4 5 |
# File 'lib/gdexpress/dte.rb', line 3 def folio @folio end |
#rut_emisor ⇒ Object
Returns the value of attribute rut_emisor.
3 4 5 |
# File 'lib/gdexpress/dte.rb', line 3 def rut_emisor @rut_emisor end |
#tipo_dte ⇒ Object
Returns the value of attribute tipo_dte.
3 4 5 |
# File 'lib/gdexpress/dte.rb', line 3 def tipo_dte @tipo_dte end |