Class: Avm::EacRubyBase1::Rubygems::GemSearchParser::GEM_STRUCT
- Inherits:
-
Struct
- Object
- Struct
- Avm::EacRubyBase1::Rubygems::GemSearchParser::GEM_STRUCT
- Defined in:
- lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb', line 7 def name @name end |
#versions ⇒ Object
Returns the value of attribute versions
7 8 9 |
# File 'lib/avm/eac_ruby_base1/rubygems/gem_search_parser.rb', line 7 def versions @versions end |