Class: Lutaml::Hal::SingleFlight::Call

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/hal/single_flight.rb

Instance Attribute Summary collapse

Instance Attribute Details

#condObject

Returns the value of attribute cond

Returns:

  • (Object)

    the current value of cond



13
14
15
# File 'lib/lutaml/hal/single_flight.rb', line 13

def cond
  @cond
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



13
14
15
# File 'lib/lutaml/hal/single_flight.rb', line 13

def done
  @done
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



13
14
15
# File 'lib/lutaml/hal/single_flight.rb', line 13

def error
  @error
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



13
14
15
# File 'lib/lutaml/hal/single_flight.rb', line 13

def mutex
  @mutex
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/lutaml/hal/single_flight.rb', line 13

def value
  @value
end