Class: Vcard::V3_0::Parameter

Inherits:
Vobject::Parameter show all
Defined in:
lib/vobject/vcard/v3_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



5
6
7
# File 'lib/vobject/vcard/v3_0/parameter.rb', line 5

def parameter_base_class
  version_class.const_get(:Parameter)
end

#property_base_classObject



9
10
11
# File 'lib/vobject/vcard/v3_0/parameter.rb', line 9

def property_base_class
  version_class.const_get(:Property)
end

#version_classObject



13
14
15
# File 'lib/vobject/vcard/v3_0/parameter.rb', line 13

def version_class
  Vcard::V3_0
end