Method: Io::Flow::V0::Models::ExperiencePaymentMethodTag.from_string
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
.from_string(value) ⇒ Object
Returns the instance of ExperiencePaymentMethodTag for this value, or nil if not found
9711 9712 9713 9714 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 9711 def ExperiencePaymentMethodTag.from_string(value) HttpClient::Preconditions.assert_class('value', value, String) ExperiencePaymentMethodTag.ALL.find { |v| v.value == value } end |