Class: HateDa::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#ent_bodyObject

Returns the value of attribute ent_body

Returns:

  • (Object)

    the current value of ent_body



3
4
5
# File 'lib/hateda2md/entry.rb', line 3

def ent_body
  @ent_body
end

#ent_dateObject

Returns the value of attribute ent_date

Returns:

  • (Object)

    the current value of ent_date



3
4
5
# File 'lib/hateda2md/entry.rb', line 3

def ent_date
  @ent_date
end

#ent_mdbodyObject

Returns the value of attribute ent_mdbody

Returns:

  • (Object)

    the current value of ent_mdbody



3
4
5
# File 'lib/hateda2md/entry.rb', line 3

def ent_mdbody
  @ent_mdbody
end

#ent_titleObject

Returns the value of attribute ent_title

Returns:

  • (Object)

    the current value of ent_title



3
4
5
# File 'lib/hateda2md/entry.rb', line 3

def ent_title
  @ent_title
end