class DesignerNews::Story

Public Class Methods

find(story_id) click to toggle source
# File lib/designer_news/story.rb, line 4
def find(story_id)
  resp = MultiJson.decode(LayerVault.client.story(story_id))
  instance = new(resp)
end