Class: GemXray::GemfileSourceParser::Metadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def end_line
  @end_line
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def groups
  @groups
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def line_number
  @line_number
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def options
  @options
end

#source_lineObject

Returns the value of attribute source_line

Returns:

  • (Object)

    the current value of source_line



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def source_line
  @source_line
end

#statementObject

Returns the value of attribute statement

Returns:

  • (Object)

    the current value of statement



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def statement
  @statement
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



7
8
9
# File 'lib/gemxray/gemfile_source_parser.rb', line 7

def version
  @version
end