Method: Web::Unit::InputImage#y=

Defined in:
lib/web/unit/params.rb

#y=(value) ⇒ Object (writeonly)

Sets the attribute y

Parameters:

  • value

    the value to set the attribute y to.



120
121
122
# File 'lib/web/unit/params.rb', line 120

def y=(value)
  @y = value
end