Method: Io::Flow::V0::Models::AttributeDataType.string
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
.string ⇒ Object
Unvalidated string of characters.
7402 7403 7404 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 7402 def AttributeDataType.string @@_string ||= AttributeDataType.new('string') end |