Class: Softlayer::Container::Network::ContentDelivery::OriginPull::Mapping

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#cnameObject

Returns the value of attribute cname.



7
8
9
# File 'lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb', line 7

def cname
  @cname
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb', line 8

def id
  @id
end

#is_secure_contentObject

Returns the value of attribute is_secure_content.



9
10
11
# File 'lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb', line 9

def is_secure_content
  @is_secure_content
end

#media_typeObject

Returns the value of attribute media_type.



10
11
12
# File 'lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb', line 10

def media_type
  @media_type
end

#origin_urlObject

Returns the value of attribute origin_url.



11
12
13
# File 'lib/softlayer/container/network/content_delivery/origin_pull/mapping.rb', line 11

def origin_url
  @origin_url
end