Returns the asset’s access key object.
Returns:
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