Class: Teapot::Project::Author
- Inherits:
-
Struct
- Object
- Struct
- Teapot::Project::Author
- Defined in:
- lib/teapot/project.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#website ⇒ Object
Returns the value of attribute website.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
11 12 13 |
# File 'lib/teapot/project.rb', line 11 def email @email end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/teapot/project.rb', line 11 def name @name end |
#website ⇒ Object
Returns the value of attribute website
11 12 13 |
# File 'lib/teapot/project.rb', line 11 def website @website end |