Class: Suzuri::Identity
- Inherits:
-
Object
- Object
- Suzuri::Identity
- Defined in:
- lib/suzuri_client.rb
Overview
identity of other web sites”, “ja”=>“他サイトでのユーザーのアイデンティティ”
Instance Method Summary collapse
-
#initialize(client) ⇒ Identity
constructor
A new instance of Identity.
Constructor Details
#initialize(client) ⇒ Identity
Returns a new instance of Identity.
249 250 251 |
# File 'lib/suzuri_client.rb', line 249 def initialize(client) @client = client end |