class ButterCMS::Parsers::Post

Public Instance Methods

post() click to toggle source

Returns post attributes

@return [Hash]

# File lib/butter_cms/parsers/post.rb, line 7
def post
  parsed_json['data']
end