Module: Vcard::V3_0

Defined in:
lib/vobject/vcard/v3_0/grammar.rb,
lib/vobject/vcard/v3_0/property.rb,
lib/vobject/vcard/v3_0/component.rb,
lib/vobject/vcard/v3_0/parameter.rb,
lib/vobject/vcard/v3_0/paramcheck.rb,
lib/vobject/vcard/v3_0/typegrammars.rb,
lib/vobject/vcard/v3_0/propertyvalue.rb

Defined Under Namespace

Modules: PropertyValue Classes: Component, Grammar, Paramcheck, Parameter, Property, Typegrammars

Instance Method Summary collapse

Instance Method Details

#parameter_base_classObject



7
8
9
# File 'lib/vobject/vcard/v3_0/property.rb', line 7

def parameter_base_class
  version_class.const_get(:Parameter)
end

#property_base_classObject



11
12
13
# File 'lib/vobject/vcard/v3_0/property.rb', line 11

def property_base_class
  version_class.const_get(:Property)
end

#version_classObject



15
16
17
# File 'lib/vobject/vcard/v3_0/property.rb', line 15

def version_class
  Vcard::V3_0
end