Class: Captchatrader::API::Submission
- Inherits:
-
Struct
- Object
- Struct
- Captchatrader::API::Submission
- Defined in:
- lib/captchatrader/submission.rb
Overview
Holds responses for captcha submissions
Instance Attribute Summary collapse
-
#image ⇒ Object
Returns the value of attribute image.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#image ⇒ Object
Returns the value of attribute image
5 6 7 |
# File 'lib/captchatrader/submission.rb', line 5 def image @image end |
#ticket ⇒ Object
Returns the value of attribute ticket
5 6 7 |
# File 'lib/captchatrader/submission.rb', line 5 def ticket @ticket end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/captchatrader/submission.rb', line 5 def value @value end |
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/captchatrader/submission.rb', line 6 def to_s value end |