Class: Kali::Parameter

Inherits:
KeyValuePair show all
Defined in:
lib/kali/parameter.rb

Overview

Public: Parameters are meta-information about a certain property.

Defined Under Namespace

Classes: AlternateRepresentation, CalendarUserType, CommonName, ContentType, Default, Delegatees, Delegators, DirectoryEntry, Encoding, EventParticipationStatus, GroupMemberships, Language, ParticipationRole, RSVPExpectation, SentBy, TimeZoneIdentifier

Instance Attribute Summary

Attributes inherited from KeyValuePair

#value

Instance Method Summary collapse

Methods inherited from KeyValuePair

default, #initialize, #name, #to_s, type, wrap

Methods included from Utils::Named

#method_name, #name

Constructor Details

This class inherits a constructor from Kali::KeyValuePair

Instance Method Details

#separatorObject

Internal: See KeyValuePair#separator



10
11
12
# File 'lib/kali/parameter.rb', line 10

def separator
  "="
end

#to_icsObject

Public: See KeyValuePair#to_ics



5
6
7
# File 'lib/kali/parameter.rb', line 5

def to_ics
  ";#{super}"
end