Module: Registrar::Provider::Enom::ExtendedAttributeIO
- Included in:
- ExtendedAttribute
- Defined in:
- lib/registrar/provider/enom/extended_attribute_io.rb
Instance Method Summary collapse
Instance Method Details
#io_names ⇒ Object
5 6 7 8 9 |
# File 'lib/registrar/provider/enom/extended_attribute_io.rb', line 5 def io_names { :"Renewal Agreement" => 'io_agreedelete' } end |
#io_values ⇒ Object
10 11 12 13 14 |
# File 'lib/registrar/provider/enom/extended_attribute_io.rb', line 10 def io_values { :"Yes" => 'YES' } end |