Parent

Class/Module Index [+]

Quicksearch

Facter::Util::CFPropertyList::CFType

This class defines the base class for all CFType classes

Attributes

value[RW]

value of the type

Public Class Methods

new(value=nil) click to toggle source
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 18
def initialize(value=nil)
  @value = value
end

Public Instance Methods

to_binary(bplist) click to toggle source
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 25
def to_binary(bplist) end
to_xml(parser) click to toggle source
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 22
def to_xml(parser)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.