Class: 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
5 6 7 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 5 def column @column end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 5 def line @line end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 5 def type @type end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/rubygems/request_set/lockfile/tokenizer.rb', line 5 def value @value end |