Class: WSDL::Security::RequestPolicy::Timestamp
- Inherits:
-
Data
- Object
- Data
- WSDL::Security::RequestPolicy::Timestamp
- Defined in:
- lib/wsdl/security/request_policy.rb
Overview
Immutable timestamp request policy.
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#expires_in ⇒ Object
readonly
Returns the value of attribute expires_in.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
15 16 17 |
# File 'lib/wsdl/security/request_policy.rb', line 15 def created_at @created_at end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
15 16 17 |
# File 'lib/wsdl/security/request_policy.rb', line 15 def expires_at @expires_at end |
#expires_in ⇒ Object (readonly)
Returns the value of attribute expires_in
15 16 17 |
# File 'lib/wsdl/security/request_policy.rb', line 15 def expires_in @expires_in end |