Class: Pajamas::AvatarEmail
- Inherits:
-
Struct
- Object
- Struct
- Pajamas::AvatarEmail
- Defined in:
- app/components/pajamas/avatar_component.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
Instance Method Summary collapse
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
4 5 6 |
# File 'app/components/pajamas/avatar_component.rb', line 4 def email @email end |
Instance Method Details
#name ⇒ Object
5 6 7 |
# File 'app/components/pajamas/avatar_component.rb', line 5 def name email end |