Class: Murdoc::AnnotatedFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#formatted_paragraphsObject

Returns the value of attribute formatted_paragraphs

Returns:

  • (Object)

    the current value of formatted_paragraphs



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

def formatted_paragraphs
  @formatted_paragraphs
end

#paragraphsObject

Returns the value of attribute paragraphs

Returns:

  • (Object)

    the current value of paragraphs



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

def paragraphs
  @paragraphs
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#source_typeObject

Returns the value of attribute source_type

Returns:

  • (Object)

    the current value of source_type



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

def source_type
  @source_type
end