Exception: Microsoft::Graph::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Microsoft::Graph::Error
- Defined in:
- lib/microsoft/graph.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response = nil, _code = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, response = nil, _code = nil) ⇒ Error
Returns a new instance of Error.
86 87 88 89 |
# File 'lib/microsoft/graph.rb', line 86 def initialize(, response = nil, _code = nil) @response = response super end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
84 85 86 |
# File 'lib/microsoft/graph.rb', line 84 def response @response end |