Class: Onebox::Engine::XkcdOnebox
- Inherits:
-
Object
- Object
- Onebox::Engine::XkcdOnebox
- Includes:
- Onebox::Engine, JSON, LayoutSupport
- Defined in:
- lib/onebox/engine/xkcd_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 LayoutSupport
Methods included from Onebox::Engine
all_iframe_origins, engines, included, #initialize, origins_to_regexes, #placeholder_html, #to_html
Instance Method Details
#url ⇒ Object
12 13 14 |
# File 'lib/onebox/engine/xkcd_onebox.rb', line 12 def url "https://xkcd.com/#{match[:comic_id]}/info.0.json" end |