Method: CiscoAclIntp::AceRecursiveQualifier#to_s
- Defined in:
- lib/cisco_acl_intp/acespec_other_qualifiers.rb
#to_s ⇒ String
Generate string for Cisco IOS access list
102 103 104 |
# File 'lib/cisco_acl_intp/acespec_other_qualifiers.rb', line 102 def to_s format 'reflect %s', tag_name(@recursive_name) end |