Class: Azure::Service::AccessPolicy
- Inherits:
-
Object
- Object
- Azure::Service::AccessPolicy
- Defined in:
- lib/azure/service/access_policy.rb
Instance Attribute Summary collapse
-
#expiry ⇒ Object
Returns the value of attribute expiry.
-
#permission ⇒ Object
Returns the value of attribute permission.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ AccessPolicy
constructor
A new instance of AccessPolicy.
Constructor Details
#initialize {|_self| ... } ⇒ AccessPolicy
Returns a new instance of AccessPolicy.
18 19 20 |
# File 'lib/azure/service/access_policy.rb', line 18 def initialize yield self if block_given? end |
Instance Attribute Details
#expiry ⇒ Object
Returns the value of attribute expiry.
22 23 24 |
# File 'lib/azure/service/access_policy.rb', line 22 def expiry @expiry end |
#permission ⇒ Object
Returns the value of attribute permission.
23 24 25 |
# File 'lib/azure/service/access_policy.rb', line 23 def @permission end |
#start ⇒ Object
Returns the value of attribute start.
21 22 23 |
# File 'lib/azure/service/access_policy.rb', line 21 def start @start end |