Class: GemDTO
- Inherits:
-
Struct
- Object
- Struct
- GemDTO
- Defined in:
- lib/my_gems.rb
Instance Attribute Summary collapse
-
#downloads ⇒ Object
Returns the value of attribute downloads.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#downloads ⇒ Object
Returns the value of attribute downloads
5 6 7 |
# File 'lib/my_gems.rb', line 5 def downloads @downloads end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/my_gems.rb', line 5 def name @name end |