lib/fog/azurerm/models/storage/files.rb in gitlab-fog-azure-rm-1.3.0 vs lib/fog/azurerm/models/storage/files.rb in gitlab-fog-azure-rm-1.4.0
- old
+ new
@@ -1,9 +1,11 @@
module Fog
module Storage
class AzureRM
# This class is giving implementation of listing blobs.
class Files < Fog::Collection
+ include Fog::AzureRM::Utilities::General
+
attribute :directory
attribute :delimiter, aliases: 'Delimiter'
attribute :marker, aliases: 'Marker'
attribute :max_results, aliases: %w(max-results MaxResults max_keys MaxKeys max-keys)
attribute :next_marker, aliases: %w(NextMarker next-marker)