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
-
.secret ⇒ Object
Returns the value of attribute secret.
-
.token ⇒ Object
Returns the value of attribute token.
Class Method Summary collapse
Class Attribute Details
.secret ⇒ Object
Returns the value of attribute secret.
5 6 7 |
# File 'lib/xing.rb', line 5 def secret @secret end |
.token ⇒ Object
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
7 8 9 10 |
# File 'lib/xing.rb', line 7 def configure yield self true end |