Method: Fastly::LoggingAddressAndPort.fastly_types
- Defined in:
- lib/fastly/models/logging_address_and_port.rb
.fastly_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/fastly/models/logging_address_and_port.rb', line 36 def self.fastly_types { :'address' => :'String', :'port' => :'Integer' } end |