module Mashery class Member < RpcClient::Base attribute :username, String attribute :created, DateTime attribute :updated, DateTime attribute :email, String attribute :display_name, String attribute :url, String attribute :blog, String attribute :im, String attribute :imsvc, String attribute :phone, String attribute :company, String attribute :address1, String attribute :address2, String attribute :locality, String attribute :region, String attribute :postal_code, String attribute :country_code, String attribute :first_name, String attribute :last_name, String attribute :registration_ipaddr, String attribute :area_status, String attribute :external_id, String attribute :passwd_new, String attribute :object_type, String def inspect "" end end end