Class: Unveil::Rails::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/unveil/rails/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_placeholderObject

Returns the value of attribute default_placeholder

Returns:

  • (Object)

    the current value of default_placeholder



3
4
5
# File 'lib/unveil/rails/config.rb', line 3

def default_placeholder
  @default_placeholder
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



3
4
5
# File 'lib/unveil/rails/config.rb', line 3

def threshold
  @threshold
end