Class: Dhall::Import::Http
Constant Summary
Constants inherited from URI
Instance Method Summary collapse
Methods inherited from URI
#as_json, #canonical, #chain_onto, from_uri, #headers, #initialize, #origin, #to_s, #uri, #with
Constructor Details
This class inherits a constructor from Dhall::Import::URI
Instance Method Details
#resolve(resolver) ⇒ Object
1195 1196 1197 |
# File 'lib/dhall/ast.rb', line 1195 def resolve(resolver) resolver.resolve_http(self) end |
#scheme ⇒ Object
1199 1200 1201 |
# File 'lib/dhall/ast.rb', line 1199 def scheme "http" end |