Method: RubyPost::Picture#name=
- Defined in:
- lib/drawable.rb
#name=(value) ⇒ Object (writeonly)
Sets the attribute name
16 17 18 |
# File 'lib/drawable.rb', line 16 def name=(value) @name = value end |
Sets the attribute name
16 17 18 |
# File 'lib/drawable.rb', line 16 def name=(value) @name = value end |