Method: Bandwidth::CallDirectionEnum.build_from_hash

Defined in:
lib/bandwidth-sdk/models/call_direction_enum.rb

.build_from_hash(value) ⇒ String

Builds the enum from string

Parameters:

  • enum value in the form of the string

Returns:

  • The enum value



28
29
30
# File 'lib/bandwidth-sdk/models/call_direction_enum.rb', line 28

def self.build_from_hash(value)
  new.build_from_hash(value)
end