Method: DocuSign_Maestro::RecordStringBoolean#initialize
- Defined in:
- lib/docusign_maestro/models/record_string_boolean.rb
permalink #initialize(attributes = {}) ⇒ RecordStringBoolean
Initializes the object
30 31 32 33 34 35 |
# File 'lib/docusign_maestro/models/record_string_boolean.rb', line 30 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } end |