Class: BaseIndexer::Message
- Inherits:
-
Object
- Object
- BaseIndexer::Message
- Defined in:
- lib/base_indexer/message.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#text_message ⇒ Object
Returns the value of attribute text_message.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/base_indexer/message.rb', line 3 def status @status end |
#text_message ⇒ Object
Returns the value of attribute text_message.
4 5 6 |
# File 'lib/base_indexer/message.rb', line 4 def @text_message end |