Exception: Packagecloud::InvalidRepoNameException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/packagecloud/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#objectObject (readonly)

Returns the value of attribute object.



28
29
30
# File 'lib/packagecloud/client.rb', line 28

def object
  @object
end