Class: Avm::EacRubyBase1::Rubygems::GemSearchParser::GEM_STRUCT

Inherits:
Struct
  • Object
show all
Defined in:
lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb', line 7

def name
  @name
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



7
8
9
# File 'lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb', line 7

def versions
  @versions
end