Exception: OneDrive::OneDriveExceptions
- Inherits:
-
StandardError
- Object
- StandardError
- OneDrive::OneDriveExceptions
- Defined in:
- lib/one_drive.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
Instance Method Summary collapse
-
#initialize(message = "OneDriveExceptions", detail = "") ⇒ OneDriveExceptions
constructor
A new instance of OneDriveExceptions.
Constructor Details
#initialize(message = "OneDriveExceptions", detail = "") ⇒ OneDriveExceptions
Returns a new instance of OneDriveExceptions.
6 7 8 9 |
# File 'lib/one_drive.rb', line 6 def initialize(="OneDriveExceptions", detail="") @detail = detail super() end |
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail.
5 6 7 |
# File 'lib/one_drive.rb', line 5 def detail @detail end |