Class: WSDL::Security::RequestPolicy::Timestamp

Inherits:
Data
  • Object
show all
Defined in:
lib/wsdl/security/request_policy.rb

Overview

Immutable timestamp request policy.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



15
16
17
# File 'lib/wsdl/security/request_policy.rb', line 15

def created_at
  @created_at
end

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



15
16
17
# File 'lib/wsdl/security/request_policy.rb', line 15

def expires_at
  @expires_at
end

#expires_inObject (readonly)

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



15
16
17
# File 'lib/wsdl/security/request_policy.rb', line 15

def expires_in
  @expires_in
end