Module: Xing

Defined in:
lib/xing.rb,
lib/xing/api.rb,
lib/xing/base.rb,
lib/xing/mash.rb,
lib/xing/post.rb,
lib/xing/user.rb,
lib/xing/event.rb,
lib/xing/group.rb,
lib/xing/client.rb,
lib/xing/errors.rb,
lib/xing/comment.rb,
lib/xing/helpers.rb,
lib/xing/version.rb,
lib/xing/activity.rb,
lib/xing/api/reader.rb,
lib/xing/api/writer.rb,
lib/xing/company_profile.rb,
lib/xing/helpers/request.rb

Defined Under Namespace

Modules: Api, Errors, Helpers Classes: Activity, Base, Client, Comment, CompanyProfile, Event, Group, Mash, Post, User

Constant Summary collapse

VERSION =
"0.0.6"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.secretObject

Returns the value of attribute secret.



5
6
7
# File 'lib/xing.rb', line 5

def secret
  @secret
end

.tokenObject

Returns the value of attribute token.



5
6
7
# File 'lib/xing.rb', line 5

def token
  @token
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Xing)

    the object that the method was called on



7
8
9
10
# File 'lib/xing.rb', line 7

def configure
  yield self
  true
end