Exception: Packagecloud::InvalidUsernameException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#objectObject (readonly)

Returns the value of attribute object.



36
37
38
# File 'lib/packagecloud/client.rb', line 36

def object
  @object
end