Class: RBS::Test::Errors::MissingBlockError

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



20
21
22
# File 'lib/rbs/test/errors.rb', line 20

def klass
  @klass
end

#method_nameObject

Returns the value of attribute method_name



20
21
22
# File 'lib/rbs/test/errors.rb', line 20

def method_name
  @method_name
end

#method_typeObject

Returns the value of attribute method_type



20
21
22
# File 'lib/rbs/test/errors.rb', line 20

def method_type
  @method_type
end