Class: Chamomile::WindowTitleCommand

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/commands.rb

Overview

Internal command types intercepted by Program (not delivered to model)

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/chamomile/commands.rb', line 8

def title
  @title
end