Method: Plaid::UserCreateResponse.build_from_hash
- Defined in:
- lib/plaid/models/user_create_response.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
133 134 135 |
# File 'lib/plaid/models/user_create_response.rb', line 133 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |