class Tomago::Models::Pane
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/tomago/models/pane.rb, line 5 def initialize(command) @command = command end