Class: GemXray::GemfileSourceParser::Metadata
- Inherits:
-
Struct
- Object
- Struct
- GemXray::GemfileSourceParser::Metadata
- Defined in:
- lib/gemxray/gemfile_source_parser.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#source_line ⇒ Object
Returns the value of attribute source_line.
-
#statement ⇒ Object
Returns the value of attribute statement.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#end_line ⇒ Object
Returns the value of attribute end_line
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def end_line @end_line end |
#groups ⇒ Object
Returns the value of attribute groups
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def groups @groups end |
#line_number ⇒ Object
Returns the value of attribute line_number
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def line_number @line_number end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def name @name end |
#options ⇒ Object
Returns the value of attribute options
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def @options end |
#source_line ⇒ Object
Returns the value of attribute source_line
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def source_line @source_line end |
#statement ⇒ Object
Returns the value of attribute statement
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def statement @statement end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/gemxray/gemfile_source_parser.rb', line 7 def version @version end |