Sha256: 9832fac06a63a1df8b6074da7d72579a6348e7125c939bc63da3ced02b4802dc

Contents?: true

Size: 283 Bytes

Versions: 6

Compression:

Stored size: 283 Bytes

Contents

require "vobject/property"

module Vcard::V3_0
  class Property < Vobject::Property
  end

  def parameter_base_class
    version_class.const_get(:Parameter)
  end

  def property_base_class
    version_class.const_get(:Property)
  end

  def version_class
    Vcard::V3_0
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vobject-1.1.0 lib/vobject/vcard/v3_0/property.rb
ruby-vobject-1.0.99 lib/vobject/vcard/v3_0/property.rb
vobject-1.0.2 lib/vobject/vcard/v3_0/property.rb
ruby-vobject-1.0.1 lib/vobject/vcard/v3_0/property.rb
ruby-vobject-1.0.0-x86_64-darwin-18 lib/vobject/vcard/v3_0/property.rb
ruby-vobject-0.2.0-x86_64-darwin-16 lib/vobject/vcard/v3_0/property.rb