Class: Gem::RequestSet::Lockfile::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- Gem::RequestSet::Lockfile::Tokenizer::Token
- Defined in:
- lib/rubygems/request_set/lockfile/tokenizer.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
7 8 9 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 7 def column @column end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 7 def line @line end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 7 def type @type end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 7 def value @value end |