Class: Fiscalizer::Echo
- Inherits:
-
Object
- Object
- Fiscalizer::Echo
- Defined in:
- lib/fiscalizer/data_objects/echo.rb
Instance Attribute Summary collapse
-
#generated_xml ⇒ Object
Returns the value of attribute generated_xml.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message:) ⇒ Echo
constructor
A new instance of Echo.
Constructor Details
#initialize(message:) ⇒ Echo
Returns a new instance of Echo.
3 4 5 |
# File 'lib/fiscalizer/data_objects/echo.rb', line 3 def initialize(message:) @message = end |
Instance Attribute Details
#generated_xml ⇒ Object
Returns the value of attribute generated_xml.
8 9 10 |
# File 'lib/fiscalizer/data_objects/echo.rb', line 8 def generated_xml @generated_xml end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'lib/fiscalizer/data_objects/echo.rb', line 7 def @message end |