Exception: Packagecloud::GemOutOfDateException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object = nil) ⇒ GemOutOfDateException

Returns a new instance of GemOutOfDateException.



22
23
24
# File 'lib/packagecloud/client.rb', line 22

def initialize(object = nil)
  @object = object
end

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object.



20
21
22
# File 'lib/packagecloud/client.rb', line 20

def object
  @object
end