Class Index | File Index

Classes


Class Member


Extends Resource.
Member Resource
Defined in: member.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Member(spire, data)
Represents a member in the spire api.
Field Summary
Field Attributes Field Name and Description
 
Actual data from the spire.io api.
 
Reference to spire object.
Method Summary
Method Attributes Method Name and Description
 
Returns the member login.
 
Returns the members profile.
Methods borrowed from class Resource:
authorization, capabilities, capability, get, getIfCapable, mediaType, request, schema, update, url
Class Detail
Member(spire, data)
Represents a member in the spire api.
Parameters:
{object} spire
Spire object
{object} data
Member data from the spire api
Field Detail
data
Actual data from the spire.io api.

spire
Reference to spire object.
Method Detail
{string} login()
Returns the member login.
Returns:
{string} Member login

{string} profile()
Returns the members profile.
Returns:
{string} Member profile

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 30 2012 16:58:14 GMT-0700 (PDT)