Class: Book

Inherits:
Struct
  • Object
show all
Defined in:
lib/src/source_renderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



3
4
5
# File 'lib/src/source_renderer.rb', line 3

def author
  @author
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/src/source_renderer.rb', line 3

def title
  @title
end