enum

Postmany::Domain::TransferMethod

Inherits Enum < Comparable < Value < Object

Constants

GET = 0
POST = 1
PUT = 2

Class methods

from_string(raw : String) : self | Nil
Source

Instance methods

get?

Returns true if this enum value equals GET

Source
post?

Returns true if this enum value equals POST

Source
put?

Returns true if this enum value equals PUT

Source
upload?
Source