class HtmlSlicer::ResizingOptions
Attributes
width[R]
Public Class Methods
new(options)
click to toggle source
Calls superclass method
# File lib/html_slicer/options.rb, line 69 def initialize(options) super(options) @width = options[:width].to_i end