icontrol 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. data/lib/icontrol/arx/export.rb +4 -4
  2. data/lib/icontrol/arx/file_change_notification.rb +10 -10
  3. data/lib/icontrol/arx/policy.rb +6 -6
  4. data/lib/icontrol/arx/share.rb +4 -4
  5. data/lib/icontrol/arx/volume.rb +2 -2
  6. data/lib/icontrol/asm/object_params.rb +4 -4
  7. data/lib/icontrol/asm/policy.rb +36 -36
  8. data/lib/icontrol/asm/system_configuration.rb +6 -6
  9. data/lib/icontrol/asm/web_application.rb +10 -10
  10. data/lib/icontrol/asm/web_application_group.rb +4 -4
  11. data/lib/icontrol/base.rb +13 -2
  12. data/lib/icontrol/base/attributable.rb +1 -1
  13. data/lib/icontrol/base/icontrol_overlay.rb +2 -1
  14. data/lib/icontrol/base/icontrol_overlay/common.rb +20 -0
  15. data/lib/icontrol/base/{icontrol → icontrol_overlay}/local_lb/pool.rb +0 -0
  16. data/lib/icontrol/global_lb/application.rb +12 -12
  17. data/lib/icontrol/global_lb/data_center.rb +6 -6
  18. data/lib/icontrol/global_lb/dnssec_key.rb +24 -24
  19. data/lib/icontrol/global_lb/dnssec_zone.rb +8 -8
  20. data/lib/icontrol/global_lb/globals.rb +48 -48
  21. data/lib/icontrol/global_lb/link.rb +34 -34
  22. data/lib/icontrol/global_lb/monitor.rb +30 -30
  23. data/lib/icontrol/global_lb/pool.rb +52 -52
  24. data/lib/icontrol/global_lb/pool_member.rb +34 -34
  25. data/lib/icontrol/global_lb/region.rb +6 -6
  26. data/lib/icontrol/global_lb/rule.rb +4 -4
  27. data/lib/icontrol/global_lb/server.rb +36 -36
  28. data/lib/icontrol/global_lb/topology.rb +6 -6
  29. data/lib/icontrol/global_lb/virtual_server.rb +16 -16
  30. data/lib/icontrol/global_lb/wide_ip.rb +28 -28
  31. data/lib/icontrol/local_lb/klass.rb +48 -48
  32. data/lib/icontrol/local_lb/monitor.rb +28 -28
  33. data/lib/icontrol/local_lb/nat.rb +10 -10
  34. data/lib/icontrol/local_lb/node_address.rb +22 -22
  35. data/lib/icontrol/local_lb/pool.rb +42 -42
  36. data/lib/icontrol/local_lb/pool_member.rb +20 -20
  37. data/lib/icontrol/local_lb/profile_auth.rb +16 -16
  38. data/lib/icontrol/local_lb/profile_client_ssl.rb +54 -54
  39. data/lib/icontrol/local_lb/profile_diameter.rb +10 -10
  40. data/lib/icontrol/local_lb/profile_dns.rb +4 -4
  41. data/lib/icontrol/local_lb/profile_fast_http.rb +40 -40
  42. data/lib/icontrol/local_lb/profile_fast_l4.rb +46 -46
  43. data/lib/icontrol/local_lb/profile_ftp.rb +8 -8
  44. data/lib/icontrol/local_lb/profile_http.rb +118 -118
  45. data/lib/icontrol/local_lb/profile_http_class.rb +28 -28
  46. data/lib/icontrol/local_lb/profile_iiop.rb +10 -10
  47. data/lib/icontrol/local_lb/profile_one_connect.rb +12 -12
  48. data/lib/icontrol/local_lb/profile_persistence.rb +50 -50
  49. data/lib/icontrol/local_lb/profile_radius.rb +8 -8
  50. data/lib/icontrol/local_lb/profile_rtsp.rb +26 -26
  51. data/lib/icontrol/local_lb/profile_sctp.rb +42 -42
  52. data/lib/icontrol/local_lb/profile_server_ssl.rb +48 -48
  53. data/lib/icontrol/local_lb/profile_sip.rb +18 -18
  54. data/lib/icontrol/local_lb/profile_stream.rb +6 -6
  55. data/lib/icontrol/local_lb/profile_tcp.rb +74 -74
  56. data/lib/icontrol/local_lb/profile_udp.rb +14 -14
  57. data/lib/icontrol/local_lb/profile_user_statistic.rb +6 -6
  58. data/lib/icontrol/local_lb/profile_xml.rb +14 -14
  59. data/lib/icontrol/local_lb/ram_cache_information.rb +2 -2
  60. data/lib/icontrol/local_lb/rate_class.rb +122 -122
  61. data/lib/icontrol/local_lb/rule.rb +4 -4
  62. data/lib/icontrol/local_lb/snat.rb +14 -14
  63. data/lib/icontrol/local_lb/snat_pool.rb +6 -6
  64. data/lib/icontrol/local_lb/snat_pool_member.rb +4 -4
  65. data/lib/icontrol/local_lb/snat_translation_address.rb +16 -16
  66. data/lib/icontrol/local_lb/virtual_address.rb +14 -14
  67. data/lib/icontrol/local_lb/virtual_server.rb +66 -66
  68. data/lib/icontrol/lt_config/field.rb +24 -24
  69. data/lib/icontrol/lt_config/klass.rb +4 -4
  70. data/lib/icontrol/management/ccldap_configuration.rb +38 -38
  71. data/lib/icontrol/management/change_control.rb +22 -22
  72. data/lib/icontrol/management/crldp_configuration.rb +14 -14
  73. data/lib/icontrol/management/crldp_server.rb +8 -8
  74. data/lib/icontrol/management/event_notification.rb +2 -2
  75. data/lib/icontrol/management/event_subscription.rb +30 -30
  76. data/lib/icontrol/management/key_certificate.rb +66 -66
  77. data/lib/icontrol/management/ldap_configuration.rb +58 -58
  78. data/lib/icontrol/management/license_administration.rb +8 -8
  79. data/lib/icontrol/management/named.rb +16 -16
  80. data/lib/icontrol/management/ocsp_configuration.rb +6 -6
  81. data/lib/icontrol/management/ocsp_responder.rb +40 -40
  82. data/lib/icontrol/management/partition.rb +4 -4
  83. data/lib/icontrol/management/provision.rb +8 -8
  84. data/lib/icontrol/management/radius_configuration.rb +16 -16
  85. data/lib/icontrol/management/radius_server.rb +8 -8
  86. data/lib/icontrol/management/resource_record.rb +76 -76
  87. data/lib/icontrol/management/snmp_configuration.rb +142 -142
  88. data/lib/icontrol/management/tacacs_configuration.rb +20 -20
  89. data/lib/icontrol/management/user_management.rb +34 -34
  90. data/lib/icontrol/management/view.rb +8 -8
  91. data/lib/icontrol/management/zone.rb +14 -14
  92. data/lib/icontrol/networking/admin_ip.rb +30 -30
  93. data/lib/icontrol/networking/arp.rb +4 -4
  94. data/lib/icontrol/networking/i_session_advertised_route.rb +8 -8
  95. data/lib/icontrol/networking/i_session_local_interface.rb +14 -14
  96. data/lib/icontrol/networking/i_session_peer_discovery.rb +16 -16
  97. data/lib/icontrol/networking/i_session_remote_interface.rb +20 -20
  98. data/lib/icontrol/networking/interfaces.rb +26 -26
  99. data/lib/icontrol/networking/packet_filter.rb +14 -14
  100. data/lib/icontrol/networking/packet_filter_globals.rb +8 -8
  101. data/lib/icontrol/networking/port_mirror.rb +6 -6
  102. data/lib/icontrol/networking/profile_gre.rb +6 -6
  103. data/lib/icontrol/networking/profile_ipip.rb +2 -2
  104. data/lib/icontrol/networking/profile_wccpgre.rb +10 -10
  105. data/lib/icontrol/networking/route_domain.rb +12 -12
  106. data/lib/icontrol/networking/route_table.rb +22 -22
  107. data/lib/icontrol/networking/self_ip.rb +10 -10
  108. data/lib/icontrol/networking/self_ip_port_lockdown.rb +6 -6
  109. data/lib/icontrol/networking/stp_instance.rb +22 -22
  110. data/lib/icontrol/networking/trunk.rb +20 -20
  111. data/lib/icontrol/networking/tunnel.rb +14 -14
  112. data/lib/icontrol/networking/vlan.rb +26 -26
  113. data/lib/icontrol/networking/vlan_group.rb +28 -28
  114. data/lib/icontrol/system/cluster.rb +22 -22
  115. data/lib/icontrol/system/config_sync.rb +26 -26
  116. data/lib/icontrol/system/disk.rb +18 -18
  117. data/lib/icontrol/system/inet.rb +10 -10
  118. data/lib/icontrol/system/internal.rb +2 -2
  119. data/lib/icontrol/system/services.rb +10 -10
  120. data/lib/icontrol/system/software_management.rb +20 -20
  121. data/lib/icontrol/system/statistics.rb +22 -22
  122. data/lib/icontrol/system/system_info.rb +8 -8
  123. data/lib/icontrol/web_accelerator/applications.rb +4 -4
  124. data/lib/icontrol/web_accelerator/policies.rb +2 -2
  125. data/spec/icontrol/base/struct_spec.rb +11 -0
  126. data/spec/icontrol/common_spec.rb +11 -0
  127. metadata +9 -4
@@ -14,8 +14,8 @@ module IControl::Management
14
14
  # @param [Hash] opts
15
15
  # @option opts [String[]] :servers The servers to add to the LDAP configurations.
16
16
  def add_server(opts)
17
- check_params(opts,[:servers])
18
- super
17
+ opts = check_params(opts,[:servers])
18
+ super(opts)
19
19
  end
20
20
 
21
21
  ##
@@ -28,8 +28,8 @@ module IControl::Management
28
28
  # @option opts [String] :search_base_dns The distinguished names of the search bases used by the configurations.
29
29
  # @option opts [String[]] :servers The list of servers to be assigned to each of the configurations.
30
30
  def create(opts)
31
- check_params(opts,[:search_base_dns,:servers])
32
- super
31
+ opts = check_params(opts,[:search_base_dns,:servers])
32
+ super(opts)
33
33
  end
34
34
 
35
35
  ##
@@ -42,8 +42,8 @@ module IControl::Management
42
42
  # @option opts [String] :search_base_dn The distinguished name of the search base used by the configuration.
43
43
  # @option opts [String] :servers The list of servers to be assigned to the configuration.
44
44
  def create_default_authentication_ad_configuration(opts)
45
- check_params(opts,[:search_base_dn,:servers])
46
- super
45
+ opts = check_params(opts,[:search_base_dn,:servers])
46
+ super(opts)
47
47
  end
48
48
 
49
49
  ##
@@ -56,8 +56,8 @@ module IControl::Management
56
56
  # @option opts [String] :search_base_dn The distinguished name of the search base used by the configuration.
57
57
  # @option opts [String] :servers The list of servers to be assigned to the configuration.
58
58
  def create_default_authentication_ldap_configuration(opts)
59
- check_params(opts,[:search_base_dn,:servers])
60
- super
59
+ opts = check_params(opts,[:search_base_dn,:servers])
60
+ super(opts)
61
61
  end
62
62
 
63
63
  ##
@@ -389,8 +389,8 @@ module IControl::Management
389
389
  # @param [Hash] opts
390
390
  # @option opts [String[]] :servers The servers to remove from the LDAP configurations.
391
391
  def remove_server(opts)
392
- check_params(opts,[:servers])
393
- super
392
+ opts = check_params(opts,[:servers])
393
+ super(opts)
394
394
  end
395
395
 
396
396
  ##
@@ -402,8 +402,8 @@ module IControl::Management
402
402
  # @param [Hash] opts
403
403
  # @option opts [String] :bind_dns The distinguished names used to bind to the servers.
404
404
  def set_bind_distinguished_name(opts)
405
- check_params(opts,[:bind_dns])
406
- super
405
+ opts = check_params(opts,[:bind_dns])
406
+ super(opts)
407
407
  end
408
408
 
409
409
  ##
@@ -415,8 +415,8 @@ module IControl::Management
415
415
  # @param [Hash] opts
416
416
  # @option opts [String] :bind_passwords The credentials used to bind to the servers.
417
417
  def set_bind_password(opts)
418
- check_params(opts,[:bind_passwords])
419
- super
418
+ opts = check_params(opts,[:bind_passwords])
419
+ super(opts)
420
420
  end
421
421
 
422
422
  ##
@@ -428,8 +428,8 @@ module IControl::Management
428
428
  # @param [Hash] opts
429
429
  # @option opts [long] :time_limits The bind time limits in seconds.
430
430
  def set_bind_time_limit(opts)
431
- check_params(opts,[:time_limits])
432
- super
431
+ opts = check_params(opts,[:time_limits])
432
+ super(opts)
433
433
  end
434
434
 
435
435
  ##
@@ -444,8 +444,8 @@ module IControl::Management
444
444
  # @param [Hash] opts
445
445
  # @option opts [IControl::Common::EnabledState] :states The states of the specified configurations.
446
446
  def set_check_host_attribute_state(opts)
447
- check_params(opts,[:states])
448
- super
447
+ opts = check_params(opts,[:states])
448
+ super(opts)
449
449
  end
450
450
 
451
451
  ##
@@ -457,8 +457,8 @@ module IControl::Management
457
457
  # @param [Hash] opts
458
458
  # @option opts [IControl::Common::EnabledState] :states The syslog debugging states of the specified configurations.
459
459
  def set_debug_state(opts)
460
- check_params(opts,[:states])
461
- super
460
+ opts = check_params(opts,[:states])
461
+ super(opts)
462
462
  end
463
463
 
464
464
  ##
@@ -470,8 +470,8 @@ module IControl::Management
470
470
  # @param [Hash] opts
471
471
  # @option opts [String] :filters The filter strings.
472
472
  def set_filter(opts)
473
- check_params(opts,[:filters])
474
- super
473
+ opts = check_params(opts,[:filters])
474
+ super(opts)
475
475
  end
476
476
 
477
477
  ##
@@ -483,8 +483,8 @@ module IControl::Management
483
483
  # @param [Hash] opts
484
484
  # @option opts [String] :group_dns The group distinguished names.
485
485
  def set_group_distinguished_name(opts)
486
- check_params(opts,[:group_dns])
487
- super
486
+ opts = check_params(opts,[:group_dns])
487
+ super(opts)
488
488
  end
489
489
 
490
490
  ##
@@ -496,8 +496,8 @@ module IControl::Management
496
496
  # @param [Hash] opts
497
497
  # @option opts [String] :member_attrs The group member attributes.
498
498
  def set_group_member_attribute(opts)
499
- check_params(opts,[:member_attrs])
500
- super
499
+ opts = check_params(opts,[:member_attrs])
500
+ super(opts)
501
501
  end
502
502
 
503
503
  ##
@@ -510,8 +510,8 @@ module IControl::Management
510
510
  # @param [Hash] opts
511
511
  # @option opts [long] :time_limits The idle time limits in seconds.
512
512
  def set_idle_time_limit(opts)
513
- check_params(opts,[:time_limits])
514
- super
513
+ opts = check_params(opts,[:time_limits])
514
+ super(opts)
515
515
  end
516
516
 
517
517
  ##
@@ -524,8 +524,8 @@ module IControl::Management
524
524
  # @param [Hash] opts
525
525
  # @option opts [IControl::Common::EnabledState] :states The states of the specified configurations.
526
526
  def set_ignore_unavailable_authentication_information_state(opts)
527
- check_params(opts,[:states])
528
- super
527
+ opts = check_params(opts,[:states])
528
+ super(opts)
529
529
  end
530
530
 
531
531
  ##
@@ -537,8 +537,8 @@ module IControl::Management
537
537
  # @param [Hash] opts
538
538
  # @option opts [IControl::Management::LDAPSSLOption] :options The LDAP SSL options used by the configurations.
539
539
  def set_ldap_ssl_option(opts)
540
- check_params(opts,[:options])
541
- super
540
+ opts = check_params(opts,[:options])
541
+ super(opts)
542
542
  end
543
543
 
544
544
  ##
@@ -550,8 +550,8 @@ module IControl::Management
550
550
  # @param [Hash] opts
551
551
  # @option opts [long] :versions The LDAP versions to use by the LDAP configurations.
552
552
  def set_ldap_version(opts)
553
- check_params(opts,[:versions])
554
- super
553
+ opts = check_params(opts,[:versions])
554
+ super(opts)
555
555
  end
556
556
 
557
557
  ##
@@ -563,8 +563,8 @@ module IControl::Management
563
563
  # @param [Hash] opts
564
564
  # @option opts [String] :login_attributes The login attributes.
565
565
  def set_login_attribute(opts)
566
- check_params(opts,[:login_attributes])
567
- super
566
+ opts = check_params(opts,[:login_attributes])
567
+ super(opts)
568
568
  end
569
569
 
570
570
  ##
@@ -576,8 +576,8 @@ module IControl::Management
576
576
  # @param [Hash] opts
577
577
  # @option opts [long] :ports The ports used by the LDAP servers in the configurations.
578
578
  def set_port(opts)
579
- check_params(opts,[:ports])
580
- super
579
+ opts = check_params(opts,[:ports])
580
+ super(opts)
581
581
  end
582
582
 
583
583
  ##
@@ -589,8 +589,8 @@ module IControl::Management
589
589
  # @param [Hash] opts
590
590
  # @option opts [String] :search_base_dns The distinguished names of the search bases used by the LDAP configurations.
591
591
  def set_search_base_distinguished_name(opts)
592
- check_params(opts,[:search_base_dns])
593
- super
592
+ opts = check_params(opts,[:search_base_dns])
593
+ super(opts)
594
594
  end
595
595
 
596
596
  ##
@@ -602,8 +602,8 @@ module IControl::Management
602
602
  # @param [Hash] opts
603
603
  # @option opts [IControl::Management::LDAPSearchScope] :search_scopes The search scopes used by the LDAP configurations.
604
604
  def set_search_scope(opts)
605
- check_params(opts,[:search_scopes])
606
- super
605
+ opts = check_params(opts,[:search_scopes])
606
+ super(opts)
607
607
  end
608
608
 
609
609
  ##
@@ -616,8 +616,8 @@ module IControl::Management
616
616
  # @param [Hash] opts
617
617
  # @option opts [long] :time_limits The search time limits in seconds.
618
618
  def set_search_time_limit(opts)
619
- check_params(opts,[:time_limits])
620
- super
619
+ opts = check_params(opts,[:time_limits])
620
+ super(opts)
621
621
  end
622
622
 
623
623
  ##
@@ -629,8 +629,8 @@ module IControl::Management
629
629
  # @param [Hash] opts
630
630
  # @option opts [String] :ca_cert_files The CA certificates used in server certificate verification.
631
631
  def set_ssl_ca_certificate_file(opts)
632
- check_params(opts,[:ca_cert_files])
633
- super
632
+ opts = check_params(opts,[:ca_cert_files])
633
+ super(opts)
634
634
  end
635
635
 
636
636
  ##
@@ -642,8 +642,8 @@ module IControl::Management
642
642
  # @param [Hash] opts
643
643
  # @option opts [IControl::Common::EnabledState] :states The states of the specified configurations.
644
644
  def set_ssl_check_peer_state(opts)
645
- check_params(opts,[:states])
646
- super
645
+ opts = check_params(opts,[:states])
646
+ super(opts)
647
647
  end
648
648
 
649
649
  ##
@@ -655,8 +655,8 @@ module IControl::Management
655
655
  # @param [Hash] opts
656
656
  # @option opts [String[]] :ciphers The SSL cipher suite used by the LDAP configurations.
657
657
  def set_ssl_cipher(opts)
658
- check_params(opts,[:ciphers])
659
- super
658
+ opts = check_params(opts,[:ciphers])
659
+ super(opts)
660
660
  end
661
661
 
662
662
  ##
@@ -668,8 +668,8 @@ module IControl::Management
668
668
  # @param [Hash] opts
669
669
  # @option opts [String] :certificates The client certificates used by the LDAP configurations.
670
670
  def set_ssl_client_certificate(opts)
671
- check_params(opts,[:certificates])
672
- super
671
+ opts = check_params(opts,[:certificates])
672
+ super(opts)
673
673
  end
674
674
 
675
675
  ##
@@ -681,8 +681,8 @@ module IControl::Management
681
681
  # @param [Hash] opts
682
682
  # @option opts [String] :keys The client keys used by the LDAP configurations.
683
683
  def set_ssl_client_key(opts)
684
- check_params(opts,[:keys])
685
- super
684
+ opts = check_params(opts,[:keys])
685
+ super(opts)
686
686
  end
687
687
 
688
688
  ##
@@ -694,8 +694,8 @@ module IControl::Management
694
694
  # @param [Hash] opts
695
695
  # @option opts [String] :templates The user templates.
696
696
  def set_user_template(opts)
697
- check_params(opts,[:templates])
698
- super
697
+ opts = check_params(opts,[:templates])
698
+ super(opts)
699
699
  end
700
700
 
701
701
  ##
@@ -707,8 +707,8 @@ module IControl::Management
707
707
  # @param [Hash] opts
708
708
  # @option opts [IControl::Common::EnabledState] :states The states of the specified configurations.
709
709
  def set_warning_state(opts)
710
- check_params(opts,[:states])
711
- super
710
+ opts = check_params(opts,[:states])
711
+ super(opts)
712
712
  end
713
713
 
714
714
 
@@ -25,8 +25,8 @@ module IControl::Management
25
25
  # @param [Hash] opts
26
26
  # @option opts [String] :registration_keys The list of registration keys to do a CRC check.
27
27
  def check_registration_key_crc(opts)
28
- check_params(opts,[:registration_keys])
29
- super
28
+ opts = check_params(opts,[:registration_keys])
29
+ super(opts)
30
30
  end
31
31
 
32
32
  ##
@@ -151,8 +151,8 @@ module IControl::Management
151
151
  # @param [Hash] opts
152
152
  # @option opts [String] :registration_keys The list of registration keys used to get the kernel dossier.
153
153
  def system_dossier(opts)
154
- check_params(opts,[:registration_keys])
155
- super
154
+ opts = check_params(opts,[:registration_keys])
155
+ super(opts)
156
156
  end
157
157
 
158
158
  ##
@@ -185,8 +185,8 @@ module IControl::Management
185
185
  # @param [Hash] opts
186
186
  # @option opts [char] :license_file_data The license file data.
187
187
  def install_license(opts)
188
- check_params(opts,[:license_file_data])
189
- super
188
+ opts = check_params(opts,[:license_file_data])
189
+ super(opts)
190
190
  end
191
191
 
192
192
  ##
@@ -198,8 +198,8 @@ module IControl::Management
198
198
  # @param [Hash] opts
199
199
  # @option opts [String] :license_file The license file location.
200
200
  def install_license_from_file(opts)
201
- check_params(opts,[:license_file])
202
- super
201
+ opts = check_params(opts,[:license_file])
202
+ super(opts)
203
203
  end
204
204
 
205
205
  ##
@@ -15,8 +15,8 @@ module IControl::Management
15
15
  # @param [Hash] opts
16
16
  # @option opts [String] :statement_names The names of the acl Statements
17
17
  def delete_acl_statement(opts)
18
- check_params(opts,[:statement_names])
19
- super
18
+ opts = check_params(opts,[:statement_names])
19
+ super(opts)
20
20
  end
21
21
 
22
22
  ##
@@ -39,8 +39,8 @@ module IControl::Management
39
39
  # @param [Hash] opts
40
40
  # @option opts [String] :path_names The path_names for the include files
41
41
  def delete_include_statement(opts)
42
- check_params(opts,[:path_names])
43
- super
42
+ opts = check_params(opts,[:path_names])
43
+ super(opts)
44
44
  end
45
45
 
46
46
  ##
@@ -52,8 +52,8 @@ module IControl::Management
52
52
  # @param [Hash] opts
53
53
  # @option opts [String] :statement_names The names of the statements to delete
54
54
  def delete_key_statement(opts)
55
- check_params(opts,[:statement_names])
56
- super
55
+ opts = check_params(opts,[:statement_names])
56
+ super(opts)
57
57
  end
58
58
 
59
59
  ##
@@ -87,8 +87,8 @@ module IControl::Management
87
87
  # @param [Hash] opts
88
88
  # @option opts [String] :statement_names The statements to delete.
89
89
  def delete_server_statement(opts)
90
- check_params(opts,[:statement_names])
91
- super
90
+ opts = check_params(opts,[:statement_names])
91
+ super(opts)
92
92
  end
93
93
 
94
94
  ##
@@ -156,8 +156,8 @@ module IControl::Management
156
156
  # @param [Hash] opts
157
157
  # @option opts [IControl::Management::StatementDefinition] :statement The "controls" statement definition.
158
158
  def set_controls_statement(opts)
159
- check_params(opts,[:statement])
160
- super
159
+ opts = check_params(opts,[:statement])
160
+ super(opts)
161
161
  end
162
162
 
163
163
  ##
@@ -192,8 +192,8 @@ module IControl::Management
192
192
  # @param [Hash] opts
193
193
  # @option opts [IControl::Management::StatementDefinition] :statement The statement definition.
194
194
  def set_logging_statement(opts)
195
- check_params(opts,[:statement])
196
- super
195
+ opts = check_params(opts,[:statement])
196
+ super(opts)
197
197
  end
198
198
 
199
199
  ##
@@ -207,8 +207,8 @@ module IControl::Management
207
207
  # @param [Hash] opts
208
208
  # @option opts [IControl::Management::StatementDefinition] :statement The statement definition.
209
209
  def set_options_statement(opts)
210
- check_params(opts,[:statement])
211
- super
210
+ opts = check_params(opts,[:statement])
211
+ super(opts)
212
212
  end
213
213
 
214
214
  ##
@@ -232,8 +232,8 @@ module IControl::Management
232
232
  # @param [Hash] opts
233
233
  # @option opts [IControl::Management::StatementDefinition] :statement The statement definition.
234
234
  def set_trusted_keys_statement(opts)
235
- check_params(opts,[:statement])
236
- super
235
+ opts = check_params(opts,[:statement])
236
+ super(opts)
237
237
  end
238
238
 
239
239
 
@@ -14,8 +14,8 @@ module IControl::Management
14
14
  # @param [Hash] opts
15
15
  # @option opts [String[]] :responders The responders to add to the OCSP configurations.
16
16
  def add_responder(opts)
17
- check_params(opts,[:responders])
18
- super
17
+ opts = check_params(opts,[:responders])
18
+ super(opts)
19
19
  end
20
20
 
21
21
  ##
@@ -27,8 +27,8 @@ module IControl::Management
27
27
  # @param [Hash] opts
28
28
  # @option opts [String[]] :responders The list of responders to be assigned to each of the configurations.
29
29
  def create(opts)
30
- check_params(opts,[:responders])
31
- super
30
+ opts = check_params(opts,[:responders])
31
+ super(opts)
32
32
  end
33
33
 
34
34
  ##
@@ -100,8 +100,8 @@ module IControl::Management
100
100
  # @param [Hash] opts
101
101
  # @option opts [String[]] :responders The responders to remove from the OCSP configurations.
102
102
  def remove_responder(opts)
103
- check_params(opts,[:responders])
104
- super
103
+ opts = check_params(opts,[:responders])
104
+ super(opts)
105
105
  end
106
106
 
107
107