Class: Azure::Service::Logging

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/service/logging.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ Logging

Returns a new instance of Logging.

Yields:

  • (_self)

Yield Parameters:



20
21
22
23
# File 'lib/azure/service/logging.rb', line 20

def initialize
  @retention_policy = RetentionPolicy.new
  yield self if block_given?
end

Instance Attribute Details

#deleteObject

Returns the value of attribute delete.



26
27
28
# File 'lib/azure/service/logging.rb', line 26

def delete
  @delete
end

#readObject

Returns the value of attribute read.



27
28
29
# File 'lib/azure/service/logging.rb', line 27

def read
  @read
end

#retention_policyObject

Returns the value of attribute retention_policy.



29
30
31
# File 'lib/azure/service/logging.rb', line 29

def retention_policy
  @retention_policy
end

#versionObject

Returns the value of attribute version.



25
26
27
# File 'lib/azure/service/logging.rb', line 25

def version
  @version
end

#writeObject

Returns the value of attribute write.



28
29
30
# File 'lib/azure/service/logging.rb', line 28

def write
  @write
end