lib/mashery/member.rb in mashery_rails-0.6.9.pre1 vs lib/mashery/member.rb in mashery_rails-0.6.9.pre3
- old
+ new
@@ -22,7 +22,11 @@
attribute :registration_ipaddr, String
attribute :area_status, String
attribute :external_id, String
attribute :passwd_new, String
attribute :object_type, String
+
+ def inspect
+ "<Mashery::Member username=#{username.inspect}>"
+ end
end
end