Class: Softlayer::Container::Network::ContentDelivery::PurgeService::Response
- Defined in:
- lib/softlayer/container/network/content_delivery/purge_service/response.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#url ⇒ Object
Returns the value of attribute url.
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
#status_code ⇒ Object
Returns the value of attribute status_code.
7 8 9 |
# File 'lib/softlayer/container/network/content_delivery/purge_service/response.rb', line 7 def status_code @status_code end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/softlayer/container/network/content_delivery/purge_service/response.rb', line 8 def url @url end |