Sha256: 19abe885031c0e1f4b7bfca0895604cb67dc61f0904db7aeec32815d1683a9cd

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

module CXML
  class Phone < DocumentNode
    accessible_attributes %i[
      name
    ]

    accessible_nodes %i[
      telephone_number
    ]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cxml-ruby-0.8.2 lib/cxml/phone.rb
cxml-ruby-0.8.1 lib/cxml/phone.rb
cxml-ruby-0.8.0 lib/cxml/phone.rb
cxml-ruby-0.7.0 lib/cxml/phone.rb