Class: Hatetepe::Client::Job Private
- Inherits:
-
Struct
- Object
- Struct
- Hatetepe::Client::Job
- Defined in:
- lib/hatetepe/client.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#fiber ⇒ Object
Returns the value of attribute fiber.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
-
#sent ⇒ Object
Returns the value of attribute sent.
Instance Attribute Details
#fiber ⇒ Object
Returns the value of attribute fiber
21 22 23 |
# File 'lib/hatetepe/client.rb', line 21 def fiber @fiber end |
#request ⇒ Object
Returns the value of attribute request
21 22 23 |
# File 'lib/hatetepe/client.rb', line 21 def request @request end |
#response ⇒ Object
Returns the value of attribute response
21 22 23 |
# File 'lib/hatetepe/client.rb', line 21 def response @response end |
#sent ⇒ Object
Returns the value of attribute sent
21 22 23 |
# File 'lib/hatetepe/client.rb', line 21 def sent @sent end |