Class: Mikunyan::Asset::Reference

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

Overview

Struct for representing Asset reference information

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathString

Asset name

Returns:

  • (String)

    the current value of file_path



70
71
72
# File 'lib/mikunyan/asset.rb', line 70

def file_path
  @file_path
end

#guidString

GUID (16 bytes)

Returns:

  • (String)

    the current value of guid



70
71
72
# File 'lib/mikunyan/asset.rb', line 70

def guid
  @guid
end

#pathString

path

Returns:

  • (String)

    the current value of path



70
71
72
# File 'lib/mikunyan/asset.rb', line 70

def path
  @path
end

#typeInteger

?

Returns:

  • (Integer)

    the current value of type



70
71
72
# File 'lib/mikunyan/asset.rb', line 70

def type
  @type
end