Class: IPAddr
- Includes:
- IPAddrExtensions
- Defined in:
- lib/ruckus/extensions/ipaddr.rb
Defined Under Namespace
Modules: IPAddrExtensions
Instance Attribute Summary collapse
-
#mask_addr ⇒ Object
readonly
Returns the value of attribute mask_addr.
Method Summary
Methods included from IPAddrExtensions
#bottom, #choice, #contains, included, #inet_addr, #random, #set_int, #to_cidr_s, #to_mlen, #top
Instance Attribute Details
#mask_addr ⇒ Object (readonly)
Returns the value of attribute mask_addr.
4 5 6 |
# File 'lib/ruckus/extensions/ipaddr.rb', line 4 def mask_addr @mask_addr end |