enum Novika::Quote::PadSide
Overview
Represents the side where padding should apply.
See Quote#pad
.
Defined in:
novika/forms/quote.crEnum Members
-
Left =
0
-
Apply padding to the left of the quote.
-
Right =
1
-
Apply padding to the right of the quote.
Instance Method Summary
-
#apply(quote : Quote, padding : Quote)
Applies padding to the side specified by
self
. - #left?
- #right?
Instance Method Detail
Applies padding to the side specified by self
.