Class: Wassup::Pane::Content::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/wassup/pane.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(display, object) ⇒ Row

Returns a new instance of Row.



48
49
50
51
# File 'lib/wassup/pane.rb', line 48

def initialize(display, object)
	@display = display
	@object = object || display
end

Instance Attribute Details

#displayObject

Returns the value of attribute display.



45
46
47
# File 'lib/wassup/pane.rb', line 45

def display
  @display
end

#objectObject

Returns the value of attribute object.



46
47
48
# File 'lib/wassup/pane.rb', line 46

def object
  @object
end