Sha256: ba25c427a94a8f7af83a66821aa616b94f6c3aad3103f89a860c1ae4fbe6e407

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

# -*- encoding : utf-8 -*-
=begin
  Copyright (C) 2008 Sam Roberts

  This library is free software; you can redistribute it and/or modify it
  under the same terms as the ruby language itself, see the file COPYING for
  details.
=end

module Vpim
  class Icalendar
    module Property

      module Resources

        def resources
          proptextlistarray 'RESOURCES'
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vpim-24.2.20 lib/vpim/property/resources.rb
vpim-13.11.11 lib/vpim/property/resources.rb