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