Class: Pageflow::CutoffModes::Mode Private
- Inherits:
-
Struct
- Object
- Struct
- Pageflow::CutoffModes::Mode
- Defined in:
- lib/pageflow/cutoff_modes.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
37 38 39 |
# File 'lib/pageflow/cutoff_modes.rb', line 37 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/pageflow/cutoff_modes.rb', line 37 def name @name end |