Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 340 Bytes

File metadata and controls

20 lines (14 loc) · 340 Bytes

NFTStorage::GetResponse

Properties

Name Type Description Notes
ok Boolean [optional][default to true]
value NFT [optional]

Example

require 'nft_storage'

instance = NFTStorage::GetResponse.new(
  ok: null,
  value: null
)