Module: CDK::Formattable
- Included in:
- BUTTON
- Defined in:
- lib/cdk/mixins/formattable.rb
Instance Attribute Summary collapse
-
#skip_formatting ⇒ Object
Returns the value of attribute skip_formatting.
Instance Method Summary collapse
Instance Attribute Details
#skip_formatting ⇒ Object
Returns the value of attribute skip_formatting.
3 4 5 |
# File 'lib/cdk/mixins/formattable.rb', line 3 def skip_formatting @skip_formatting end |
Instance Method Details
#skip_formatting? ⇒ Boolean
11 12 13 |
# File 'lib/cdk/mixins/formattable.rb', line 11 def skip_formatting? @skip_formatting_set ? @skip_formatting : false end |