Sha256: 24e368f97308c2660eb2d1aee5fd3d1a59cf80a99c46ddee5b984a865cbd3765
Contents?: true
Size: 396 Bytes
Versions: 32
Compression:
Stored size: 396 Bytes
Contents
- vcard = vcard if defined?(vcard) - vcard ||= object.try(:vcard) if defined?(object) - vcard ||= @vcard - vcard ||= resource.try(:vcard) if defined?(resource) = show_for vcard do |vcard| = vcard.attribute :extended_address = vcard.attribute :street_address = vcard.attribute :post_office_box = vcard.attribute :postal_code = vcard.attribute :locality = vcard.attribute :country_name
Version data entries
32 entries across 32 versions & 1 rubygems