class 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/cfpropertylist/rbCFTypes.rb, line 32 def initialize(value=nil) @value = value end
Public Instance Methods
to_binary(bplist)
click to toggle source
# File lib/cfpropertylist/rbCFTypes.rb, line 39 def to_binary(bplist) end
to_plain(plist)
click to toggle source
# File lib/cfpropertylist/rbCFTypes.rb, line 42 def to_plain(plist) end
to_xml(parser)
click to toggle source
# File lib/cfpropertylist/rbCFTypes.rb, line 36 def to_xml(parser) end