class Avmtrf1::Openvpn::Config::Parser::Simple

def args

def args
  parts[1..-1] # rubocop:disable Style/SlicingWithRange
end

def attribute

def attribute
  parts.first
end

def data

def data
  { attribute: attribute, args: args }
end