Class: Softlayer::Container::Utility::Network::Subnet::Mask::Generic::Detail

Inherits:
Model
  • Object
show all
Defined in:
lib/softlayer/container/utility/network/subnet/mask/generic/detail.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, parse, request, #request, #to_hash

Instance Attribute Details

#cidrObject

Returns the value of attribute cidr.



9
10
11
# File 'lib/softlayer/container/utility/network/subnet/mask/generic/detail.rb', line 9

def cidr
  @cidr
end

#descriptionObject

Returns the value of attribute description.



10
11
12
# File 'lib/softlayer/container/utility/network/subnet/mask/generic/detail.rb', line 10

def description
  @description
end

#maskObject

Returns the value of attribute mask.



11
12
13
# File 'lib/softlayer/container/utility/network/subnet/mask/generic/detail.rb', line 11

def mask
  @mask
end