class Lebowski::Foundation::Panes::Pane

Represents a proxy to the root SproutCore pane (SC.Pane)

Public Instance Methods

attached?() click to toggle source
# File lib/lebowski/foundation/panes/pane.rb, line 17
def attached?()
  return self['isPaneAttached']
end