Class: Mashery::Member
- Inherits:
-
RpcClient::Base
- Object
- RpcClient::Base
- Mashery::Member
- Defined in:
- lib/mashery/member.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#area_status ⇒ Object
Returns the value of attribute area_status.
-
#blog ⇒ Object
Returns the value of attribute blog.
-
#company ⇒ Object
Returns the value of attribute company.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#created ⇒ Object
Returns the value of attribute created.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#im ⇒ Object
Returns the value of attribute im.
-
#imsvc ⇒ Object
Returns the value of attribute imsvc.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#locality ⇒ Object
Returns the value of attribute locality.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#passwd_new ⇒ Object
Returns the value of attribute passwd_new.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#region ⇒ Object
Returns the value of attribute region.
-
#registration_ipaddr ⇒ Object
Returns the value of attribute registration_ipaddr.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from RpcClient::Base
all, count, find_each, first, #initialize, items, page, select, where
Constructor Details
This class inherits a constructor from Mashery::RpcClient::Base
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def address2 @address2 end |
#area_status ⇒ Object
Returns the value of attribute area_status.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def area_status @area_status end |
#blog ⇒ Object
Returns the value of attribute blog.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def blog @blog end |
#company ⇒ Object
Returns the value of attribute company.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def company @company end |
#country_code ⇒ Object
Returns the value of attribute country_code.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def country_code @country_code end |
#created ⇒ Object
Returns the value of attribute created.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def created @created end |
#display_name ⇒ Object
Returns the value of attribute display_name.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def display_name @display_name end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def email @email end |
#external_id ⇒ Object
Returns the value of attribute external_id.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def external_id @external_id end |
#first_name ⇒ Object
Returns the value of attribute first_name.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def first_name @first_name end |
#im ⇒ Object
Returns the value of attribute im.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def im @im end |
#imsvc ⇒ Object
Returns the value of attribute imsvc.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def imsvc @imsvc end |
#last_name ⇒ Object
Returns the value of attribute last_name.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def last_name @last_name end |
#locality ⇒ Object
Returns the value of attribute locality.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def locality @locality end |
#object_type ⇒ Object
Returns the value of attribute object_type.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def object_type @object_type end |
#passwd_new ⇒ Object
Returns the value of attribute passwd_new.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def passwd_new @passwd_new end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def phone @phone end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def postal_code @postal_code end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def region @region end |
#registration_ipaddr ⇒ Object
Returns the value of attribute registration_ipaddr.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def registration_ipaddr @registration_ipaddr end |
#updated ⇒ Object
Returns the value of attribute updated.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def updated @updated end |
#uri ⇒ Object
Returns the value of attribute uri.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def uri @uri end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/mashery/member.rb', line 3 def username @username end |