Class: Artbase::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/artbase.rb

Instance Method Summary collapse

Instance Method Details

#ipfs_gatewayObject

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