enum

Crig::HttpClient::Part::ContentKind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Binary = 1

Instance methods

binary?

Returns true if this enum value equals Binary

Source
text?

Returns true if this enum value equals Text

Source