Class: BrNfe::Product::Response::NfeRecepcaoEvento
- Inherits:
-
Base
- Object
- ActiveModelBase
- Base
- BrNfe::Product::Response::NfeRecepcaoEvento
- Defined in:
- lib/br_nfe/product/response/nfe_recepcao_evento.rb
Instance Attribute Summary collapse
-
#codigo_orgao ⇒ Object
Atributos presentes na classe Base - environment [tpAmb] - app_version [verAplic] - processed_at [dhRecbto] - protocol [nRec].
-
#xml ⇒ Object
Returns the value of attribute xml.
Attributes inherited from Base
#app_version, #environment, #processed_at, #processing_status_code, #processing_status_motive, #protocol, #request_message_error, #request_status, #soap_xml
Attributes inherited from ActiveModelBase
Method Summary
Methods inherited from Base
#processed_successfully?, #processing_status
Methods inherited from ActiveModelBase
#assign_attributes, #default_values, #initialize
Constructor Details
This class inherits a constructor from BrNfe::ActiveModelBase
Instance Attribute Details
#codigo_orgao ⇒ Object
Atributos presentes na classe Base
- environment [tpAmb]
- app_version [verAplic]
- processed_at [dhRecbto]
- protocol [nRec]
11 12 13 |
# File 'lib/br_nfe/product/response/nfe_recepcao_evento.rb', line 11 def codigo_orgao @codigo_orgao end |
#xml ⇒ Object
Returns the value of attribute xml.
14 15 16 |
# File 'lib/br_nfe/product/response/nfe_recepcao_evento.rb', line 14 def xml @xml end |