Class: Courier::Send::IAlignment

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/send/types/i_alignment.rb

Constant Summary collapse

CENTER =
"center"
LEFT =
"left"
RIGHT =
"right"
FULL =
"full"