class Specinfra::HostInventory::Parser::Base
Attributes
backend[R]
Public Class Methods
create(backend)
click to toggle source
# File lib/koma/ext/specinfra/host_inventory/parser/base.rb, line 5 def create(backend) @backend = backend self end
parse(cmd_ret)
click to toggle source
# File lib/koma/ext/specinfra/host_inventory/parser/base.rb, line 10 def parse(cmd_ret) cmd_ret end