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
14 15 16 |
# File 'lib/hatetepe/client.rb', line 14 def fiber @fiber end |
#request ⇒ Object
Returns the value of attribute request
14 15 16 |
# File 'lib/hatetepe/client.rb', line 14 def request @request end |
#response ⇒ Object
Returns the value of attribute response
14 15 16 |
# File 'lib/hatetepe/client.rb', line 14 def response @response end |
#sent ⇒ Object
Returns the value of attribute sent
14 15 16 |
# File 'lib/hatetepe/client.rb', line 14 def sent @sent end |