Class: KDL::Types::IPV4
- Inherits:
-
IP
- Object
- Value
- Value::Custom
- IP
- KDL::Types::IPV4
- Defined in:
- lib/kdl/types/ip.rb
Constant Summary
Constants inherited from Value
Instance Attribute Summary
Attributes inherited from Value::Custom
Attributes inherited from Value
Class Method Summary collapse
Methods inherited from IP
Methods inherited from Value::Custom
call, #to_v1, #to_v2, #version
Methods inherited from Value
#==, #as_type, from, #initialize, #inspect, #method_missing, #respond_to_missing?, #stringify_value, #to_s, #to_v2, #version
Constructor Details
This class inherits a constructor from KDL::Value
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class KDL::Value
Class Method Details
.ip_type ⇒ Object
21 22 23 |
# File 'lib/kdl/types/ip.rb', line 21 def self.ip_type 'ipv4' end |