Class: Mikunyan::Asset::ContainerInfo
- Inherits:
-
Struct
- Object
- Struct
- Mikunyan::Asset::ContainerInfo
- Defined in:
- lib/mikunyan/asset.rb
Overview
Strcut for container information
Instance Attribute Summary collapse
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#name ⇒ String
The current value of name.
-
#path_id ⇒ Integer
The current value of path_id.
-
#preload_index ⇒ Integer
The current value of preload_index.
-
#preload_size ⇒ Object
Returns the value of attribute preload_size.
Instance Attribute Details
#file_id ⇒ Object
Returns the value of attribute file_id
76 77 78 |
# File 'lib/mikunyan/asset.rb', line 76 def file_id @file_id end |
#name ⇒ String
Returns the current value of name.
76 77 78 |
# File 'lib/mikunyan/asset.rb', line 76 def name @name end |
#path_id ⇒ Integer
Returns the current value of path_id.
76 77 78 |
# File 'lib/mikunyan/asset.rb', line 76 def path_id @path_id end |
#preload_index ⇒ Integer
Returns the current value of preload_index.
76 77 78 |
# File 'lib/mikunyan/asset.rb', line 76 def preload_index @preload_index end |
#preload_size ⇒ Object
Returns the value of attribute preload_size
76 77 78 |
# File 'lib/mikunyan/asset.rb', line 76 def preload_size @preload_size end |