Exception: Packagecloud::InvalidUsernameException
- Inherits:
-
StandardError
- Object
- StandardError
- Packagecloud::InvalidUsernameException
- 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) ⇒ InvalidUsernameException
constructor
A new instance of InvalidUsernameException.
Constructor Details
#initialize(object = nil) ⇒ InvalidUsernameException
Returns a new instance of InvalidUsernameException.
38 39 40 |
# File 'lib/packagecloud/client.rb', line 38 def initialize(object = nil) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
36 37 38 |
# File 'lib/packagecloud/client.rb', line 36 def object @object end |