Class: Fog::Compute::Ecloud::VirtualMachineAssignedIp
- Inherits:
-
Ecloud::Model
- Object
- Model
- Ecloud::Model
- Fog::Compute::Ecloud::VirtualMachineAssignedIp
- Defined in:
- lib/fog/ecloud/models/compute/virtual_machine_assigned_ip.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#network ⇒ Object
Returns the value of attribute network.
Attributes inherited from Ecloud::Model
Instance Method Summary collapse
Methods inherited from Ecloud::Model
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
28 29 30 |
# File 'lib/fog/ecloud/models/compute/virtual_machine_assigned_ip.rb', line 28 def address @address end |
#network ⇒ Object
Returns the value of attribute network.
25 26 27 |
# File 'lib/fog/ecloud/models/compute/virtual_machine_assigned_ip.rb', line 25 def network @network end |
Instance Method Details
#id ⇒ Object
10 11 12 |
# File 'lib/fog/ecloud/models/compute/virtual_machine_assigned_ip.rb', line 10 def id href.scan(/\d+/)[0] end |