Class: Softlayer::Container::Network::ContentDelivery::Authentication::Parameter

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/content_delivery/authentication/parameter.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

#cdn_account_nameObject

Returns the value of attribute cdn_account_name.



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

def 
  @cdn_account_name
end

#client_ipObject

Returns the value of attribute client_ip.



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

def client_ip
  @client_ip
end

#referrerObject

Returns the value of attribute referrer.



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

def referrer
  @referrer
end

#source_urlObject

Returns the value of attribute source_url.



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

def source_url
  @source_url
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end