class Bagel::Video::Padding
Attributes
x[R]
y[R]
Public Class Methods
new(attrs)
click to toggle source
# File lib/bagel/video/padding.rb, line 5 def initialize(attrs) @x, @y = attrs[:x], attrs[:y] end