Module: Payabli::Types::FileContentFtype

Extended by:
Internal::Types::Enum
Defined in:
lib/payabli/types/file_content_ftype.rb

Constant Summary collapse

PDF =
"pdf"
DOC =
"doc"
DOCX =
"docx"
JPG =
"jpg"
JPEG =
"jpeg"
PNG =
"png"
GIF =
"gif"
TXT =
"txt"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load