Class: FormTable::Contact

Inherits:
Struct show all
Defined in:
lib/roebe/gui/glimmer/examples/003_form_table_example.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_hash

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



4
5
6
# File 'lib/roebe/gui/glimmer/examples/003_form_table_example.rb', line 4

def city
  @city
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



4
5
6
# File 'lib/roebe/gui/glimmer/examples/003_form_table_example.rb', line 4

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/roebe/gui/glimmer/examples/003_form_table_example.rb', line 4

def name
  @name
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



4
5
6
# File 'lib/roebe/gui/glimmer/examples/003_form_table_example.rb', line 4

def phone
  @phone
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



4
5
6
# File 'lib/roebe/gui/glimmer/examples/003_form_table_example.rb', line 4

def state
  @state
end