class Construqt::Flavour::Ubuntu::EtcNetworkIptables::Section::Block::RowFactory

Public Instance Methods

create() click to toggle source
# File lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb, line 99
def create
  ret = Row.new.table(get_table).chain(get_chain)
  get_rows.push(ret)
  ret
end