GMTSVehicleAttributeKeyValuePair Class Reference

GMTSVehicleAttributeKeyValuePair Class Reference

Overview

Object that contains a vehicle attribute key/value pair.

Inherits GMTCImmutableData.

Public Member Functions

(instancetype) - initWithKey:value:
 Initialization of the object.

Properties

NSString * key
 The key of this pair.
NSString * value
 The value of this pair.

Member Function Documentation

- (instancetype) initWithKey: (NSString *)  key
value: (NSString *)  value 

Initialization of the object.

Parameters:
keyThe key, should not be nil.
valueThe value, should not be nil.

Property Documentation

- (NSString*) key [read, copy]

The key of this pair.

- (NSString*) value [read, copy]

The value of this pair.