Method: RubyPost::Picture#name=

Defined in:
lib/drawable.rb

#name=(value) ⇒ Object (writeonly)

Sets the attribute name

Parameters:

  • value

    the value to set the attribute name to.



16
17
18
# File 'lib/drawable.rb', line 16

def name=(value)
  @name = value
end