Class: Vicary::Asset::Gazetteer
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Asset::Gazetteer
- Defined in:
- lib/vicary/asset.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#path ⇒ Object
Returns the value of attribute path.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#tiers ⇒ Object
Returns the value of attribute tiers.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
42 43 44 |
# File 'lib/vicary/asset.rb', line 42 def format @format end |
#meta ⇒ Object
Returns the value of attribute meta
42 43 44 |
# File 'lib/vicary/asset.rb', line 42 def @meta end |
#path ⇒ Object
Returns the value of attribute path
42 43 44 |
# File 'lib/vicary/asset.rb', line 42 def path @path end |
#sha256 ⇒ Object
Returns the value of attribute sha256
42 43 44 |
# File 'lib/vicary/asset.rb', line 42 def sha256 @sha256 end |
#tiers ⇒ Object
Returns the value of attribute tiers
42 43 44 |
# File 'lib/vicary/asset.rb', line 42 def tiers @tiers end |