Class: Infoblox::Ipv4addr
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#network ⇒ Object
Returns the value of attribute network.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, connection, connection=, #create, #delete, find, #get, #initialize, remote_attr_accessor, #remote_attribute_hash, remote_attrs, resource_uri, #resource_uri, wapi_object
Constructor Details
This class inherits a constructor from Infoblox::Resource
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
4 5 6 |
# File 'lib/infoblox/ipv4addr.rb', line 4 def host @host end |
#network ⇒ Object
Returns the value of attribute network.
4 5 6 |
# File 'lib/infoblox/ipv4addr.rb', line 4 def network @network end |