Sha256: c5157d5e2050f9fe72f348a6bf74ab5ce09f748c684d5f47a5695c08af9c5855
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
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 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mashery_rails-0.6.9.pre1 | lib/mashery/member.rb |
mashery_rails-0.6.8 | lib/mashery/member.rb |