Skip to content

Commit

Permalink
feat: add Record#display_content
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Apr 20, 2021
1 parent 2d0d1a5 commit d64da65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dennis/record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ def raw_content
@hash['raw_content']
end

def display_content
@hash['display_content']
end

def content
return nil if type.nil?

Expand Down

0 comments on commit d64da65

Please sign in to comment.