Class: Highlights::Document

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



14
15
16
# File 'lib/highlights.rb', line 14

def author
  @author
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



14
15
16
# File 'lib/highlights.rb', line 14

def notes
  @notes
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



14
15
16
# File 'lib/highlights.rb', line 14

def title
  @title
end