Class: Dhall::Import::Https
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
1318 1319 1320 |
# File 'lib/dhall/ast.rb', line 1318 def resolve(resolver) resolver.resolve_https(self) end |
#scheme ⇒ Object
1322 1323 1324 |
# File 'lib/dhall/ast.rb', line 1322 def scheme "https" end |