Method: RubyPost::GraphFile#filename=

Defined in:
lib/graph.rb

#filename=(value) ⇒ Object (writeonly)

Sets the attribute filename

Parameters:

  • value

    the value to set the attribute filename to.



110
111
112
# File 'lib/graph.rb', line 110

def filename=(value)
  @filename = value
end