Class: Artbase::Configuration

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

Instance Method Summary collapse

Instance Method Details

#ipfs_gatewayObject

todo/check: keep trailing / in ipfs_gateway - why? why not?



21
# File 'lib/artbase-cocos.rb', line 21

def ipfs_gateway()       @ipfs_gateway || 'https://ipfs.io/ipfs/'; end

#ipfs_gateway=(value) ⇒ Object



22
# File 'lib/artbase-cocos.rb', line 22

def ipfs_gateway=(value) @ipfs_gateway = value; end