Class: Vicary::Asset::Gazetteer

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

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



42
43
44
# File 'lib/vicary/asset.rb', line 42

def format
  @format
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



42
43
44
# File 'lib/vicary/asset.rb', line 42

def meta
  @meta
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



42
43
44
# File 'lib/vicary/asset.rb', line 42

def path
  @path
end

#sha256Object

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



42
43
44
# File 'lib/vicary/asset.rb', line 42

def sha256
  @sha256
end

#tiersObject

Returns the value of attribute tiers

Returns:

  • (Object)

    the current value of tiers



42
43
44
# File 'lib/vicary/asset.rb', line 42

def tiers
  @tiers
end