Class: Azure::Service::Logging
- Inherits:
-
Object
- Object
- Azure::Service::Logging
- Defined in:
- lib/azure/service/logging.rb
Instance Attribute Summary collapse
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#read ⇒ Object
Returns the value of attribute read.
-
#retention_policy ⇒ Object
Returns the value of attribute retention_policy.
-
#version ⇒ Object
Returns the value of attribute version.
-
#write ⇒ Object
Returns the value of attribute write.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Logging
constructor
A new instance of Logging.
Constructor Details
#initialize {|_self| ... } ⇒ Logging
Returns a new instance of Logging.
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
#delete ⇒ Object
Returns the value of attribute delete.
26 27 28 |
# File 'lib/azure/service/logging.rb', line 26 def delete @delete end |
#read ⇒ Object
Returns the value of attribute read.
27 28 29 |
# File 'lib/azure/service/logging.rb', line 27 def read @read end |
#retention_policy ⇒ Object
Returns the value of attribute retention_policy.
29 30 31 |
# File 'lib/azure/service/logging.rb', line 29 def retention_policy @retention_policy end |
#version ⇒ Object
Returns the value of attribute version.
25 26 27 |
# File 'lib/azure/service/logging.rb', line 25 def version @version end |
#write ⇒ Object
Returns the value of attribute write.
28 29 30 |
# File 'lib/azure/service/logging.rb', line 28 def write @write end |