Class: ConvenientService::Examples::Standard::V1::Factorial::Utils::Timeout::WithTimeout::ReturnStruct
- Inherits:
-
Struct
- Object
- Struct
- ConvenientService::Examples::Standard::V1::Factorial::Utils::Timeout::WithTimeout::ReturnStruct
- Defined in:
- lib/convenient_service/examples/standard/v1/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?
11 12 13 |
# File 'lib/convenient_service/examples/standard/v1/factorial/utils/timeout/with_timeout.rb', line 11
def timeout?
@timeout?
end
|
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/convenient_service/examples/standard/v1/factorial/utils/timeout/with_timeout.rb', line 11 def value @value end |