Class: Artbase::Configuration
- Inherits:
-
Object
- Object
- Artbase::Configuration
- Defined in:
- lib/artbase.rb
Instance Method Summary collapse
-
#ipfs_gateway ⇒ Object
todo/check: keep trailing / in ipfs_gateway - why? why not?.
- #ipfs_gateway=(value) ⇒ Object
Instance Method Details
#ipfs_gateway ⇒ Object
todo/check: keep trailing / in ipfs_gateway - why? why not?
23 |
# File 'lib/artbase.rb', line 23 def ipfs_gateway() @ipfs_gateway || 'https://ipfs.io/ipfs/'; end |
#ipfs_gateway=(value) ⇒ Object
24 |
# File 'lib/artbase.rb', line 24 def ipfs_gateway=(value) @ipfs_gateway = value; end |