Class: Gem::RequestSet::Lockfile::Tokenizer::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubygems/request_set/lockfile/tokenizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



6
7
8
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 6

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 6

def line
  @line
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 6

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 6

def value
  @value
end