enum

CSS::Enums::BorderImageRepeat

Inherits Enum < Comparable < Value < Object

Constants

Stretch = 0
Repeat = 1
Round = 2
Space = 3

Instance methods

repeat?

Returns true if this enum value equals Repeat

Source
round?

Returns true if this enum value equals Round

Source
space?

Returns true if this enum value equals Space

Source
stretch?

Returns true if this enum value equals Stretch

Source
to_css_value
Source