Class: RBS::Test::ArgumentsReturn
- Inherits:
-
Struct
- Object
- Struct
- RBS::Test::ArgumentsReturn
- Defined in:
- lib/rbs/test.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#return_value ⇒ Object
Returns the value of attribute return_value.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
19 20 21 |
# File 'lib/rbs/test.rb', line 19 def arguments @arguments end |
#exception ⇒ Object
Returns the value of attribute exception
19 20 21 |
# File 'lib/rbs/test.rb', line 19 def exception @exception end |
#return_value ⇒ Object
Returns the value of attribute return_value
19 20 21 |
# File 'lib/rbs/test.rb', line 19 def return_value @return_value end |