class Mobi::Mtld::Da::PropertyName

Copyright
Author

Contains a property name and the expected data type of values associated with this name.

Attributes

data_type_id[R]
name[R]

Public Class Methods

new(name, data_type_id) click to toggle source

Create a new PropertyName with a name and the expected data type of value assigned to it.

Public Instance Methods

==(property) click to toggle source

Compare two instances of this class. If both have equal values and data type then returns true.

return

Boolean value based on whether both objects are equal or not.

data_type() click to toggle source

Get the data type name of this PropertyName object.

to_s() click to toggle source

Returns the property data type id wrapped by breaks.