Module: CDK::Formattable

Included in:
BUTTON
Defined in:
lib/cdk/mixins/formattable.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#skip_formattingObject

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

Returns:

  • (Boolean)


11
12
13
# File 'lib/cdk/mixins/formattable.rb', line 11

def skip_formatting?
  @skip_formatting_set ? @skip_formatting : false
end