Exception: WebexApi::WebexError
- Inherits:
-
StandardError
- Object
- StandardError
- WebexApi::WebexError
- Defined in:
- lib/webex_api/webex_error.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ WebexError
constructor
A new instance of WebexError.
Constructor Details
#initialize(data) ⇒ WebexError
5 6 7 8 |
# File 'lib/webex_api/webex_error.rb', line 5 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
3 4 5 |
# File 'lib/webex_api/webex_error.rb', line 3 def data @data end |