Class: BaseIndexer::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/base_indexer/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/base_indexer/message.rb', line 3

def status
  @status
end

#text_messageObject

Returns the value of attribute text_message.



4
5
6
# File 'lib/base_indexer/message.rb', line 4

def text_message
  @text_message
end