Class: Mikunyan::Asset::Klass
- Inherits:
-
Struct
- Object
- Struct
- Mikunyan::Asset::Klass
- Defined in:
- lib/mikunyan/asset.rb
Overview
Struct for representing Asset class definition
Instance Attribute Summary collapse
-
#class_id ⇒ Integer
class ID.
-
#hash ⇒ String
hash value (16 or 32 bytes).
-
#script_id ⇒ Integer?
script ID.
-
#stripped? ⇒ Boolean
The current value of stripped?.
-
#type_tree ⇒ Mikunyan::TypeTree?
given TypeTree.
Instance Attribute Details
#class_id ⇒ Integer
class ID
28 29 30 |
# File 'lib/mikunyan/asset.rb', line 28 def class_id @class_id end |
#hash ⇒ String
hash value (16 or 32 bytes)
28 29 30 |
# File 'lib/mikunyan/asset.rb', line 28 def hash @hash end |
#script_id ⇒ Integer?
script ID
28 29 30 |
# File 'lib/mikunyan/asset.rb', line 28 def script_id @script_id end |
#stripped? ⇒ Boolean
Returns the current value of stripped?.
28 29 30 |
# File 'lib/mikunyan/asset.rb', line 28
def stripped?
@stripped?
end
|
#type_tree ⇒ Mikunyan::TypeTree?
given TypeTree
28 29 30 |
# File 'lib/mikunyan/asset.rb', line 28 def type_tree @type_tree end |