Class: Atethechon::Contact
- Inherits:
-
Struct
- Object
- Struct
- Atethechon::Contact
- Defined in:
- lib/atethechon/contact.rb
Class Attribute Summary collapse
-
.data_store_key ⇒ Object
Returns the value of attribute data_store_key.
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#region ⇒ Object
Returns the value of attribute region.
Class Method Summary collapse
Class Attribute Details
.data_store_key ⇒ Object
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
#country ⇒ Object
Returns the value of attribute country
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def country @country end |
#email ⇒ Object
Returns the value of attribute email
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def email @email end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def organization @organization end |
#phone_number ⇒ Object
Returns the value of attribute phone_number
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def phone_number @phone_number end |
#region ⇒ Object
Returns the value of attribute region
2 3 4 |
# File 'lib/atethechon/contact.rb', line 2 def region @region end |
Class Method Details
.all ⇒ Object
6 7 8 |
# File 'lib/atethechon/contact.rb', line 6 def all data end |