Method: Katalyst::Content::Types::StyleType#initialize
- Defined in:
- app/models/katalyst/content/types/style_type.rb
#initialize(type) ⇒ StyleType
Returns a new instance of StyleType.
8 9 10 11 12 |
# File 'app/models/katalyst/content/types/style_type.rb', line 8 def initialize(type) super() @type = type end |