Class: Suzuri::Profile
- Inherits:
-
Object
- Object
- Suzuri::Profile
- Defined in:
- lib/suzuri_client.rb
Overview
profile”, “ja”=>“ユーザのプロフィール”
Instance Method Summary collapse
-
#initialize(client) ⇒ Profile
constructor
A new instance of Profile.
Constructor Details
#initialize(client) ⇒ Profile
Returns a new instance of Profile.
339 340 341 |
# File 'lib/suzuri_client.rb', line 339 def initialize(client) @client = client end |