Class: RBS::Test::Errors::BlockArgumentTypeError

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs/test/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



8
9
10
# File 'lib/rbs/test/errors.rb', line 8

def klass
  @klass
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



8
9
10
# File 'lib/rbs/test/errors.rb', line 8

def method_name
  @method_name
end

#method_typeObject

Returns the value of attribute method_type

Returns:

  • (Object)

    the current value of method_type



8
9
10
# File 'lib/rbs/test/errors.rb', line 8

def method_type
  @method_type
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



8
9
10
# File 'lib/rbs/test/errors.rb', line 8

def param
  @param
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/rbs/test/errors.rb', line 8

def value
  @value
end