Class: CF::Boolean
Overview
Wrapper for CFBooleanRef. Typically you use the CF::Boolean::TRUE and CF::Boolean::FALSE constants
Constant Summary collapse
- TRUE =
          A constant containing kCFBooleanTrue 
- new(CF.kCFBooleanTrue) 
- FALSE =
          A constant containing kCFBooleanFalse 
- new(CF.kCFBooleanFalse) 
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- 
  
    
      #value  ⇒ Boolean 
    
    
      (also: #to_ruby)
    
  
  
  
  
  
  
  
  
  
    returns a ruby true/false value. 
Methods inherited from Base
check_cftype, #eql?, #equals?, finalize, #hash, #initialize, #null?, #to_cf, typecast
Methods included from Memory
#inspect, #release, #retain, #to_ptr
Methods included from Register
Constructor Details
This class inherits a constructor from CF::Base