Class: OpenASN::Snapshot::Family
- Inherits:
-
Struct
- Object
- Struct
- OpenASN::Snapshot::Family
- Defined in:
- lib/openasn/snapshot.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#dc ⇒ Object
Returns the value of attribute dc.
-
#relay ⇒ Object
Returns the value of attribute relay.
-
#vpn ⇒ Object
Returns the value of attribute vpn.
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
15 16 17 |
# File 'lib/openasn/snapshot.rb', line 15 def base @base end |
#dc ⇒ Object
Returns the value of attribute dc
15 16 17 |
# File 'lib/openasn/snapshot.rb', line 15 def dc @dc end |
#relay ⇒ Object
Returns the value of attribute relay
15 16 17 |
# File 'lib/openasn/snapshot.rb', line 15 def relay @relay end |
#vpn ⇒ Object
Returns the value of attribute vpn
15 16 17 |
# File 'lib/openasn/snapshot.rb', line 15 def vpn @vpn end |