Class: Trahald::MarkdownBody::Summary

Inherits:
Struct
  • Object
show all
Defined in:
lib/trahald/markdown-body.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/trahald/markdown-body.rb', line 9

def body
  @body
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



9
10
11
# File 'lib/trahald/markdown-body.rb', line 9

def date
  @date
end

#imgsObject

Returns the value of attribute imgs

Returns:

  • (Object)

    the current value of imgs



9
10
11
# File 'lib/trahald/markdown-body.rb', line 9

def imgs
  @imgs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/trahald/markdown-body.rb', line 9

def name
  @name
end