Class: Socrates::Adapters::Profile
- Inherits:
-
Struct
- Object
- Struct
- Socrates::Adapters::Profile
- Defined in:
- lib/socrates/adapters/stubs.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
14 15 16 |
# File 'lib/socrates/adapters/stubs.rb', line 14 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
14 15 16 |
# File 'lib/socrates/adapters/stubs.rb', line 14 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
14 15 16 |
# File 'lib/socrates/adapters/stubs.rb', line 14 def last_name @last_name end |