enum

License::Limitations

Inherits Enum < Comparable < Value < Object

Constants

LIABILITY = 1
PATENT_USE = 2
TRADEMARK_USE = 4
WARRANTY = 8
None = 0
All = 15

Instance methods

liability?

Returns true if this enum value contains LIABILITY

Source
none?
Source
patent_use?

Returns true if this enum value contains PATENT_USE

Source
trademark_use?

Returns true if this enum value contains TRADEMARK_USE

Source
warranty?

Returns true if this enum value contains WARRANTY

Source