Class: Atethechon::Contact

Inherits:
Struct
  • Object
show all
Defined in:
lib/atethechon/contact.rb

Class Attribute Summary collapse

Instance Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.data_store_keyObject

Returns the value of attribute data_store_key.



4
5
6
# File 'lib/atethechon/contact.rb', line 4

def data_store_key
  @data_store_key
end

Instance Attribute Details

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def country
  @country
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def name
  @name
end

#organizationObject

Returns the value of attribute organization

Returns:

  • (Object)

    the current value of organization



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def organization
  @organization
end

#phone_numberObject

Returns the value of attribute phone_number

Returns:

  • (Object)

    the current value of phone_number



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def phone_number
  @phone_number
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



2
3
4
# File 'lib/atethechon/contact.rb', line 2

def region
  @region
end

Class Method Details

.allObject



6
7
8
# File 'lib/atethechon/contact.rb', line 6

def all
  data
end