Class: Vcard::V4_0::Parameter

Inherits:
Vobject::Parameter show all
Defined in:
lib/vobject/vcard/v4_0/parameter.rb

Instance Attribute Summary

Attributes inherited from Vobject::Parameter

#multiple, #norm, #param_name, #value

Instance Method Summary collapse

Methods inherited from Vobject::Parameter

#<=>, #initialize, #to_hash, #to_norm, #to_norm_line, #to_s, #to_s_line

Constructor Details

This class inherits a constructor from Vobject::Parameter

Instance Method Details

#parameter_base_classObject



6
7
8
# File 'lib/vobject/vcard/v4_0/parameter.rb', line 6

def parameter_base_class
  version_class.const_get(:Parameter)
end

#property_base_classObject



10
11
12
# File 'lib/vobject/vcard/v4_0/parameter.rb', line 10

def property_base_class
  version_class.const_get(:Property)
end

#version_classObject



14
15
16
# File 'lib/vobject/vcard/v4_0/parameter.rb', line 14

def version_class
  Vcard::V4_0
end