Class: Microsoft::Graph::Batch::Result
- Inherits:
-
Object
- Object
- Microsoft::Graph::Batch::Result
- Defined in:
- lib/microsoft/graph/batch.rb
Instance Attribute Summary collapse
-
#request ⇒ Object
readonly
Returns the value of attribute request.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(request:, response:) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(request:, response:) ⇒ Result
Returns a new instance of Result.
79 80 81 82 |
# File 'lib/microsoft/graph/batch.rb', line 79 def initialize(request:, response:) @request = request @response = response end |
Instance Attribute Details
#request ⇒ Object (readonly)
Returns the value of attribute request.
77 78 79 |
# File 'lib/microsoft/graph/batch.rb', line 77 def request @request end |
#response ⇒ Object (readonly)
Returns the value of attribute response.
77 78 79 |
# File 'lib/microsoft/graph/batch.rb', line 77 def response @response end |