Class: Lutaml::Hal::SingleFlight::Call
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Hal::SingleFlight::Call
- Defined in:
- lib/lutaml/hal/single_flight.rb
Instance Attribute Summary collapse
-
#cond ⇒ Object
Returns the value of attribute cond.
-
#done ⇒ Object
Returns the value of attribute done.
-
#error ⇒ Object
Returns the value of attribute error.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#cond ⇒ Object
Returns the value of attribute cond
13 14 15 |
# File 'lib/lutaml/hal/single_flight.rb', line 13 def cond @cond end |
#done ⇒ Object
Returns the value of attribute done
13 14 15 |
# File 'lib/lutaml/hal/single_flight.rb', line 13 def done @done end |
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/lutaml/hal/single_flight.rb', line 13 def error @error end |
#mutex ⇒ Object
Returns the value of attribute mutex
13 14 15 |
# File 'lib/lutaml/hal/single_flight.rb', line 13 def mutex @mutex end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/lutaml/hal/single_flight.rb', line 13 def value @value end |