Method: BBC::Redux::Asset#key

Defined in:
lib/bbc/redux/asset.rb

#keyKey (readonly)

Returns the asset’s access key object.

Returns:

  • (Key)

    the asset’s access key object



86
87
88
# File 'lib/bbc/redux/asset.rb', line 86

def key
  @key ||= Key.new(access_key)
end