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

Inherits:
Object
  • Object
show all
Includes:
Util::Chainable
Defined in:
lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb

Instance Method Summary collapse

Methods included from Util::Chainable

chainable_attr, chainable_attr_value, included

Instance Method Details

#createObject



99
100
101
102
103
# 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