Method: OvirtSDK4::Spm#priority=

Defined in:
lib/ovirtsdk4/types.rb

#priority=(value) ⇒ Object

Sets the value of the priority attribute.

Parameters:

  • value (Integer)


19779
19780
19781
# File 'lib/ovirtsdk4/types.rb', line 19779

def priority=(value)
  @priority = value
end