Class: GemDTO

Inherits:
Struct
  • Object
show all
Defined in:
lib/my_gems.rb

Instance Attribute Summary collapse

Instance Attribute Details

#downloadsObject

Returns the value of attribute downloads

Returns:

  • (Object)

    the current value of downloads



5
6
7
# File 'lib/my_gems.rb', line 5

def downloads
  @downloads
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/my_gems.rb', line 5

def name
  @name
end