Class: Dinie::Bank
- Inherits:
-
Internal::Model
- Object
- Internal::Model
- Dinie::Bank
- Defined in:
- lib/dinie/generated/types/bank.rb
Constant Summary
Constants inherited from Internal::Model
Internal::Model::REDACTED_ATTRIBUTES
Class Method Summary collapse
Methods inherited from Internal::Model
#==, attribute, attributes, #deconstruct_keys, #hash, inherited, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from Dinie::Internal::Model
Class Method Details
.deserialize(raw) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/dinie/generated/types/bank.rb', line 9 def self.deserialize(raw) new( display_name: raw[:display_name], id: raw[:id], name: raw[:name] ) end |