Class: Onebox::Engine::GithubCommitOnebox
- Inherits:
-
Object
- Object
- Onebox::Engine::GithubCommitOnebox
- Includes:
- Onebox::Engine, JSON, LayoutSupport, Mixins::GithubBody
- Defined in:
- lib/onebox/engine/github_commit_onebox.rb
Constant Summary
Constants included from Onebox::Engine
Instance Attribute Summary
Attributes included from Onebox::Engine
#errors, #options, #timeout, #uri
Instance Method Summary collapse
Methods included from Mixins::GithubBody
Methods included from LayoutSupport
Methods included from Onebox::Engine
all_iframe_origins, engines, included, #initialize, origins_to_regexes, #placeholder_html, #to_html
Instance Method Details
#url ⇒ Object
16 17 18 |
# File 'lib/onebox/engine/github_commit_onebox.rb', line 16 def url "https://api.github.com/repos/#{match[:owner]}/#{match[:repository]}/commits/#{match[:sha]}" end |