Class: GemXray::GemfileParser::DependencyEdge
- Inherits:
-
Struct
- Object
- Struct
- GemXray::GemfileParser::DependencyEdge
- Defined in:
- lib/gemxray/gemfile_parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#requirement ⇒ Object
Returns the value of attribute requirement.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/gemxray/gemfile_parser.rb', line 7 def name @name end |
#requirement ⇒ Object
Returns the value of attribute requirement
7 8 9 |
# File 'lib/gemxray/gemfile_parser.rb', line 7 def requirement @requirement end |