module GreenButtonData::Relations
Public Instance Methods
construct_links_hash(entry)
click to toggle source
# File lib/green-button-data/relations.rb, line 24 def construct_links_hash(entry) { related: entry.related, self: entry.self, up: entry.up } end