Class: PowerAssert::Parser::Ident

Inherits:
Struct
  • Object
show all
Defined in:
lib/power_assert/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



5
6
7
# File 'lib/power_assert/parser.rb', line 5

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/power_assert/parser.rb', line 5

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/power_assert/parser.rb', line 5

def type
  @type
end