Class: Highlights::Note

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

Instance Attribute Summary collapse

Instance Attribute Details

#annotationObject

Returns the value of attribute annotation

Returns:

  • (Object)

    the current value of annotation



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

def annotation
  @annotation
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#starredObject

Returns the value of attribute starred

Returns:

  • (Object)

    the current value of starred



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

def starred
  @starred
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end