Class: Contentful::File

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll-contentful/contentful-monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#to_liquidObject



17
18
19
# File 'lib/jekyll-contentful/contentful-monkeypatch.rb', line 17

def to_liquid
  Jekyll::Utils.stringify_hash_keys(self.properties)
end