Class: Dotloop::Profile
- Inherits:
-
Object
- Object
- Dotloop::Profile
- Defined in:
- lib/dotloop/profile.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
- #all ⇒ Object
-
#initialize(client:) ⇒ Profile
constructor
A new instance of Profile.
Constructor Details
#initialize(client:) ⇒ Profile
Returns a new instance of Profile.
5 6 7 |
# File 'lib/dotloop/profile.rb', line 5 def initialize(client:) @client = client end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
3 4 5 |
# File 'lib/dotloop/profile.rb', line 3 def client @client end |