Class: Schemas::Directory_types::IpAddressType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/directory_types.rb

Overview

http://www.telefonica.com/schemas/UNICA/REST/common/v1IpAddressType

ipv4 - (any)
ipv6 - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ipv4 = nil, ipv6 = nil) ⇒ IpAddressType

Returns a new instance of IpAddressType.



383
384
385
386
# File 'lib/bluevia/schemas/directory_types.rb', line 383

def initialize(ipv4 = nil, ipv6 = nil)
  @ipv4 = ipv4
  @ipv6 = ipv6
end

Instance Attribute Details

#ipv4Object

Returns the value of attribute ipv4.



380
381
382
# File 'lib/bluevia/schemas/directory_types.rb', line 380

def ipv4
  @ipv4
end

#ipv6Object

Returns the value of attribute ipv6.



381
382
383
# File 'lib/bluevia/schemas/directory_types.rb', line 381

def ipv6
  @ipv6
end