Class: VCardigan::NameProperty

Inherits:
Property
  • Object
show all
Defined in:
lib/vcardigan/properties/name_property.rb

Constant Summary

Constants inherited from Property

Property::APPLE_LABEL

Instance Attribute Summary

Attributes inherited from Property

#group, #name, #params, #values

Instance Method Summary collapse

Methods inherited from Property

create, #initialize, #param, parse, #to_s, #value

Constructor Details

This class inherits a constructor from VCardigan::Property

Instance Method Details

#setupObject



5
6
7
# File 'lib/vcardigan/properties/name_property.rb', line 5

def setup
  @values = ['', '', '', '', '']
end