Sha256: 708c1b0178d6844939e7714f7970140bc1f645f7a46b174b14dac926c66eef3c

Contents?: true

Size: 673 Bytes

Versions: 46

Compression:

Stored size: 673 Bytes

Contents

require File.join(File.dirname(__FILE__), %w[.. properties freebusy.rb])

module RiCal
  class Component
    #- ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
    #
    #  A Freebusy (VFREEBUSY) calendar component groups properties describing either a request for free/busy time,
    #  a response to a request for free/busy time, or a published set of busy time.
    # to see the property accessing methods for this class see the RiCal::Properties::Freebusy module
    class Freebusy < Component
      include RiCal::Properties::Freebusy        

      def self.entity_name #:nodoc:
        "VFREEBUSY"
      end
    end 
  end
end

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
ebeigarts-ri_cal-0.8.1 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.10 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.11 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.3 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.4 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.5 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.6 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.7 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.8 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.0.9 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.5.0 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.5.1 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.5.2 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.5.3 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.6.0 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.6.1 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.6.2 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.6.3 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.7.0 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.7.1 lib/ri_cal/component/freebusy.rb