Class: OverSIP::SIP::RFC3263::SrvWeightTarget
- Inherits:
-
Struct
- Object
- Struct
- OverSIP::SIP::RFC3263::SrvWeightTarget
- Defined in:
- lib/oversip/sip/rfc3263.rb
Overview
class SrvTargets
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#targets ⇒ Object
Returns the value of attribute targets
59 60 61 |
# File 'lib/oversip/sip/rfc3263.rb', line 59 def targets @targets end |
#weight ⇒ Object
Returns the value of attribute weight
59 60 61 |
# File 'lib/oversip/sip/rfc3263.rb', line 59 def weight @weight end |