Class: Mikunyan::Asset::ContainerInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/mikunyan/asset.rb

Overview

Strcut for container information

Instance Attribute Summary collapse

Instance Attribute Details

#file_idObject

Returns the value of attribute file_id

Returns:

  • (Object)

    the current value of file_id



76
77
78
# File 'lib/mikunyan/asset.rb', line 76

def file_id
  @file_id
end

#nameString

Returns the current value of name.

Returns:

  • (String)

    the current value of name



76
77
78
# File 'lib/mikunyan/asset.rb', line 76

def name
  @name
end

#path_idInteger

Returns the current value of path_id.

Returns:

  • (Integer)

    the current value of path_id



76
77
78
# File 'lib/mikunyan/asset.rb', line 76

def path_id
  @path_id
end

#preload_indexInteger

Returns the current value of preload_index.

Returns:

  • (Integer)

    the current value of preload_index



76
77
78
# File 'lib/mikunyan/asset.rb', line 76

def preload_index
  @preload_index
end

#preload_sizeObject

Returns the value of attribute preload_size

Returns:

  • (Object)

    the current value of preload_size



76
77
78
# File 'lib/mikunyan/asset.rb', line 76

def preload_size
  @preload_size
end