Sha256: 6343e202a2d4ba3535976dfaef52d7090123987a7a758739a7e5c9088505b72b

Contents?: true

Size: 216 Bytes

Versions: 1

Compression:

Stored size: 216 Bytes

Contents

class Configuration
  attr_accessor :attributes_key, :namespaces_key, :text_key

  def initialize
    self.attributes_key = '_attributes'
    self.namespaces_key = '_namespaces'
    self.text_key = '_text'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xml2json-0.4.5 lib/xml2json/configuration.rb