Class: OpenASN::OverlayStore::Entry
- Inherits:
-
Struct
- Object
- Struct
- OpenASN::OverlayStore::Entry
- Defined in:
- lib/openasn/overlay_store.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#maps_to ⇒ Object
Returns the value of attribute maps_to.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#v4 ⇒ Object
Returns the value of attribute v4.
-
#v6 ⇒ Object
Returns the value of attribute v6.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/openasn/overlay_store.rb', line 21 def id @id end |
#maps_to ⇒ Object
Returns the value of attribute maps_to
21 22 23 |
# File 'lib/openasn/overlay_store.rb', line 21 def maps_to @maps_to end |
#provider ⇒ Object
Returns the value of attribute provider
21 22 23 |
# File 'lib/openasn/overlay_store.rb', line 21 def provider @provider end |
#v4 ⇒ Object
Returns the value of attribute v4
21 22 23 |
# File 'lib/openasn/overlay_store.rb', line 21 def v4 @v4 end |
#v6 ⇒ Object
Returns the value of attribute v6
21 22 23 |
# File 'lib/openasn/overlay_store.rb', line 21 def v6 @v6 end |