Class: VerifactuRails::Libro::Remesa::Resultado
- Inherits:
-
Struct
- Object
- Struct
- VerifactuRails::Libro::Remesa::Resultado
- Defined in:
- lib/verifactu_rails/libro/remesa.rb
Instance Attribute Summary collapse
-
#enviados ⇒ Object
Returns the value of attribute enviados.
-
#estado ⇒ Object
Returns the value of attribute estado.
-
#respuesta ⇒ Object
Returns the value of attribute respuesta.
Instance Method Summary collapse
Instance Attribute Details
#enviados ⇒ Object
Returns the value of attribute enviados
25 26 27 |
# File 'lib/verifactu_rails/libro/remesa.rb', line 25 def enviados @enviados end |
#estado ⇒ Object
Returns the value of attribute estado
25 26 27 |
# File 'lib/verifactu_rails/libro/remesa.rb', line 25 def estado @estado end |
#respuesta ⇒ Object
Returns the value of attribute respuesta
25 26 27 |
# File 'lib/verifactu_rails/libro/remesa.rb', line 25 def respuesta @respuesta end |
Instance Method Details
#enviado? ⇒ Boolean
26 |
# File 'lib/verifactu_rails/libro/remesa.rb', line 26 def enviado? = estado == :enviado |