Class: CodexSDK::Items::Unknown
- Inherits:
-
Data
- Object
- Data
- CodexSDK::Items::Unknown
- Defined in:
- lib/codex_sdk/items.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
88 89 90 |
# File 'lib/codex_sdk/items.rb', line 88 def data @data end |
#id ⇒ Object (readonly)
Returns the value of attribute id
88 89 90 |
# File 'lib/codex_sdk/items.rb', line 88 def id @id end |
#type ⇒ Object (readonly)
Returns the value of attribute type
88 89 90 |
# File 'lib/codex_sdk/items.rb', line 88 def type @type end |