Class: ConvenientService::Examples::Standard::Factorial::Utils::Timeout::WithTimeout::ReturnStruct
- Inherits:
-
Struct
- Object
- Struct
- ConvenientService::Examples::Standard::Factorial::Utils::Timeout::WithTimeout::ReturnStruct
- Defined in:
- lib/convenient_service/examples/standard/factorial/utils/timeout/with_timeout.rb
Instance Attribute Summary collapse
-
#timeout? ⇒ Object
Returns the value of attribute timeout?.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#timeout? ⇒ Object
Returns the value of attribute timeout?
10 11 12 |
# File 'lib/convenient_service/examples/standard/factorial/utils/timeout/with_timeout.rb', line 10
def timeout?
@timeout?
end
|
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/convenient_service/examples/standard/factorial/utils/timeout/with_timeout.rb', line 10 def value @value end |