Class: BundleSafeUpdate::RubygemsApi::GemInfo
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::RubygemsApi::GemInfo
- Defined in:
- lib/bundle_safe_update/rubygems_api.rb
Instance Attribute Summary collapse
-
#downloads ⇒ Object
Returns the value of attribute downloads.
-
#version_created_at ⇒ Object
Returns the value of attribute version_created_at.
Instance Attribute Details
#downloads ⇒ Object
Returns the value of attribute downloads
18 19 20 |
# File 'lib/bundle_safe_update/rubygems_api.rb', line 18 def downloads @downloads end |
#version_created_at ⇒ Object
Returns the value of attribute version_created_at
18 19 20 |
# File 'lib/bundle_safe_update/rubygems_api.rb', line 18 def version_created_at @version_created_at end |