Class: CodexSDK::Items::Unknown

Inherits:
Data
  • Object
show all
Defined in:
lib/codex_sdk/items.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



88
89
90
# File 'lib/codex_sdk/items.rb', line 88

def data
  @data
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



88
89
90
# File 'lib/codex_sdk/items.rb', line 88

def id
  @id
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



88
89
90
# File 'lib/codex_sdk/items.rb', line 88

def type
  @type
end