Class: Softlayer::Container::Software::Component::HostIps::Policy
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#policy_title ⇒ Object
Returns the value of attribute policy_title.
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
#policy ⇒ Object
Returns the value of attribute policy.
7 8 9 |
# File 'lib/softlayer/container/software/component/host_ips/policy.rb', line 7 def policy @policy end |
#policy_title ⇒ Object
Returns the value of attribute policy_title.
8 9 10 |
# File 'lib/softlayer/container/software/component/host_ips/policy.rb', line 8 def policy_title @policy_title end |