mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
refactoring
This commit is contained in:
parent
93f9eff20d
commit
539cebe7ec
4 changed files with 34 additions and 10 deletions
|
@ -3,6 +3,22 @@ module Xsd
|
|||
SCHEMA_PATH = 'lib/schemas/'.freeze
|
||||
BASE_URL = 'https://epp.tld.ee/schema/'.freeze
|
||||
|
||||
PREFIXES = %w[
|
||||
domain-eis
|
||||
all-ee
|
||||
changePoll
|
||||
airport
|
||||
contact
|
||||
contact-ee
|
||||
contact-eis
|
||||
eis
|
||||
epp
|
||||
epp-ee
|
||||
eppcom
|
||||
host
|
||||
secDNS
|
||||
].freeze
|
||||
|
||||
attr_reader :xsd_schemas, :for_prefix
|
||||
|
||||
def initialize(params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue