Class: Cleantalk::CheckMessageResult

Inherits:
Result
  • Object
show all
Defined in:
lib/cleantalk/check_message_result.rb

Instance Attribute Summary collapse

Attributes inherited from Result

#account_status, #allow, #blacklisted, #codes, #comment, #fast_submit, #id, #inactive, #js_disabled, #version

Method Summary

Methods inherited from Result

#initialize

Constructor Details

This class inherits a constructor from Cleantalk::Result

Instance Attribute Details

#spamObject (readonly)

Returns the value of attribute spam.



2
3
4
# File 'lib/cleantalk/check_message_result.rb', line 2

def spam
  @spam
end

#stop_queueObject (readonly)

Returns the value of attribute stop_queue.



2
3
4
# File 'lib/cleantalk/check_message_result.rb', line 2

def stop_queue
  @stop_queue
end