Exception: Packagecloud::GemOutOfDateException
- Inherits:
-
StandardError
- Object
- StandardError
- Packagecloud::GemOutOfDateException
- 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) ⇒ GemOutOfDateException
constructor
A new instance of GemOutOfDateException.
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
#object ⇒ Object (readonly)
Returns the value of attribute object.
20 21 22 |
# File 'lib/packagecloud/client.rb', line 20 def object @object end |