Class: RBS::Test::ArgumentsReturn

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



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

def arguments
  @arguments
end

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



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

def exception
  @exception
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



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

def return_value
  @return_value
end