Method: RubyPost::GraphFile#filename=
- Defined in:
- lib/graph.rb
#filename=(value) ⇒ Object (writeonly)
Sets the attribute filename
110 111 112 |
# File 'lib/graph.rb', line 110 def filename=(value) @filename = value end |
Sets the attribute filename
110 111 112 |
# File 'lib/graph.rb', line 110 def filename=(value) @filename = value end |