enum

HomeconnectLocal::Action

Inherits Enum < Comparable < Value < Object

Constants

GET = 0
POST = 1
RESPONSE = 2
NOTIFY = 3

Instance methods

get?

Returns true if this enum value equals GET

Source
notify?

Returns true if this enum value equals NOTIFY

Source
post?

Returns true if this enum value equals POST

Source
response?

Returns true if this enum value equals RESPONSE

Source
to_s(io : IO)

Appends a String representation of this enum member to the given io.

See also: to_s.

Source