Class: Softlayer::Container::Software::Component::HostIps::Policy
- Defined in:
- lib/softlayer/container/software/component/host_ips/policy.rb
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, parse, request, #request, #to_hash
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 |