Class: IControl::Management::OCSPResponder::ResponderDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/ocsp_responder.rb,
lib/icontrol/management/ocsp_responder.rb

Overview

A struct that describes an OCSP responder.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) name

The OSCP responder's name.

Returns:

  • (String)

    the current value of name



626
627
628
# File 'lib/icontrol/management/ocsp_responder.rb', line 626

def name
  @name
end

- (String) url

The responder URL.

Returns:

  • (String)

    the current value of url



626
627
628
# File 'lib/icontrol/management/ocsp_responder.rb', line 626

def url
  @url
end