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?
16 17 18 |
# File 'lib/convenient_service/examples/standard/v1/factorial/utils/timeout/with_timeout.rb', line 16
def timeout?
@timeout?
end
|
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/convenient_service/examples/standard/v1/factorial/utils/timeout/with_timeout.rb', line 16 def value @value end |