Class: Truemail::Executor
- Inherits:
-
Object
- Object
- Truemail::Executor
- Defined in:
- lib/truemail/executor.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
5 6 7 |
# File 'lib/truemail/executor.rb', line 5 def result @result end |
Instance Method Details
#as_json ⇒ Object
9 |
# File 'lib/truemail/executor.rb', line 9 def as_json; end |
#run ⇒ Object
7 |
# File 'lib/truemail/executor.rb', line 7 def run; end |