Method: Fastly::ServerResponse.fastly_types
- Defined in:
- lib/fastly/models/server_response.rb
.fastly_types ⇒ Object
Attribute type mapping.
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'lib/fastly/models/server_response.rb', line 77 def self.fastly_types { :'weight' => :'Integer', :'max_conn' => :'Integer', :'port' => :'Integer', :'address' => :'String', :'comment' => :'String', :'disabled' => :'Boolean', :'override_host' => :'String', :'created_at' => :'Time', :'deleted_at' => :'Time', :'updated_at' => :'Time', :'service_id' => :'String', :'id' => :'String', :'pool_id' => :'String' } end |