Class: Teapot::Project::Author

Inherits:
Struct
  • Object
show all
Defined in:
lib/teapot/project.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



25
26
27
# File 'lib/teapot/project.rb', line 25

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/teapot/project.rb', line 25

def name
  @name
end

#websiteObject

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



25
26
27
# File 'lib/teapot/project.rb', line 25

def website
  @website
end