Class: Onebox::Engine::GithubGistOnebox

Inherits:
Object
  • Object
show all
Includes:
Onebox::Engine, JSON, LayoutSupport
Defined in:
lib/onebox/engine/github_gist_onebox.rb

Defined Under Namespace

Classes: GistFile

Constant Summary collapse

MAX_FILES =
3

Constants included from Onebox::Engine

DEFAULT

Instance Attribute Summary

Attributes included from Onebox::Engine

#timeout, #uri

Instance Method Summary collapse

Methods included from LayoutSupport

#layout, max_text, #to_html

Methods included from Onebox::Engine

engines, included, #initialize, #options, #options=, #placeholder_html, #to_html

Instance Method Details

#urlObject



15
16
17
# File 'lib/onebox/engine/github_gist_onebox.rb', line 15

def url
  "https://api.github.com/gists/#{match[:sha]}"
end