Class: Cronofy::BatchEntry
- Inherits:
-
Struct
- Object
- Struct
- Cronofy::BatchEntry
- Defined in:
- lib/cronofy/types.rb
Instance Attribute Summary collapse
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#request ⇒ Object
Returns the value of attribute request
208 209 210 |
# File 'lib/cronofy/types.rb', line 208 def request @request end |
#response ⇒ Object
Returns the value of attribute response
208 209 210 |
# File 'lib/cronofy/types.rb', line 208 def response @response end |