<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,16 @@
 class Defensio
-  cattr_accessor :format
-  self.format = :xml
+  class &lt;&lt; self
+    attr_accessor :format
+    attr_accessor :service_type
+    attr_accessor :api_version
+    attr_accessor :api_key
+    attr_accessor :owner_url
+  end
   
-  cattr_accessor :service_type
+  self.format = :xml
   self.service_type = :app # Can be :blog
-  
-  cattr_accessor :api_version
   self.api_version = '1.2'
   
-  cattr_accessor :api_key
-  cattr_accessor :owner_url
-  
   def self.configure(confhash)
     if confhash['test']
       @mock = true</diff>
      <filename>lib/defensio.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>601e2fe80bb15a7720d76da6cc15066e14bbfc13</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/vanilla-rb/commit/d3ee2f20d4e2d71375e6c5c92ed7429bf1f21b41</url>
  <id>d3ee2f20d4e2d71375e6c5c92ed7429bf1f21b41</id>
  <committed-date>2008-08-14T14:29:03-07:00</committed-date>
  <authored-date>2008-08-14T14:29:03-07:00</authored-date>
  <message>We don't have cattr_accessor</message>
  <tree>3d5488fa4dc444f7ab32f979651368d4edc30754</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
