Method: RubyPost::Range#ymax=
- Defined in:
- lib/graph.rb
#ymax=(value) ⇒ Object (writeonly)
Sets the attribute ymax
225 226 227 |
# File 'lib/graph.rb', line 225 def ymax=(value) @ymax = value end |
Sets the attribute ymax
225 226 227 |
# File 'lib/graph.rb', line 225 def ymax=(value) @ymax = value end |