Class: Pio::OpenFlow13::SetMetadata

Inherits:
Pio::OpenFlow::Action show all
Defined in:
lib/pio/open_flow13/set_metadata.rb

Overview

Set metadata

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(metadata) ⇒ SetMetadata

Returns a new instance of SetMetadata.



18
19
20
# File 'lib/pio/open_flow13/set_metadata.rb', line 18

def initialize()
  super metadata: 
end