Exception: Packagecloud::UnauthenticatedException
- Inherits:
-
StandardError
- Object
- StandardError
- Packagecloud::UnauthenticatedException
- Defined in:
- lib/packagecloud/client.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object = nil) ⇒ UnauthenticatedException
constructor
A new instance of UnauthenticatedException.
Constructor Details
#initialize(object = nil) ⇒ UnauthenticatedException
Returns a new instance of UnauthenticatedException.
14 15 16 |
# File 'lib/packagecloud/client.rb', line 14 def initialize(object = nil) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
12 13 14 |
# File 'lib/packagecloud/client.rb', line 12 def object @object end |