Class: Murdoc::AnnotatedFile
- Inherits:
-
Struct
- Object
- Struct
- Murdoc::AnnotatedFile
- Defined in:
- lib/murdoc.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#formatted_paragraphs ⇒ Object
Returns the value of attribute formatted_paragraphs.
-
#paragraphs ⇒ Object
Returns the value of attribute paragraphs.
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_type ⇒ Object
Returns the value of attribute source_type.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
13 14 15 |
# File 'lib/murdoc.rb', line 13 def filename @filename end |
#formatted_paragraphs ⇒ Object
Returns the value of attribute formatted_paragraphs
13 14 15 |
# File 'lib/murdoc.rb', line 13 def formatted_paragraphs @formatted_paragraphs end |
#paragraphs ⇒ Object
Returns the value of attribute paragraphs
13 14 15 |
# File 'lib/murdoc.rb', line 13 def paragraphs @paragraphs end |
#source ⇒ Object
Returns the value of attribute source
13 14 15 |
# File 'lib/murdoc.rb', line 13 def source @source end |
#source_type ⇒ Object
Returns the value of attribute source_type
13 14 15 |
# File 'lib/murdoc.rb', line 13 def source_type @source_type end |