Class: PowerAssert::Context::Ident

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



80
81
82
# File 'lib/power_assert.rb', line 80

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



80
81
82
# File 'lib/power_assert.rb', line 80

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



80
81
82
# File 'lib/power_assert.rb', line 80

def type
  @type
end