Class: OverSIP::SIP::RFC3263::SrvWeightTarget

Inherits:
Struct
  • Object
show all
Defined in:
lib/oversip/sip/rfc3263.rb

Overview

class SrvTargets

Instance Attribute Summary collapse

Instance Attribute Details

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



59
60
61
# File 'lib/oversip/sip/rfc3263.rb', line 59

def targets
  @targets
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



59
60
61
# File 'lib/oversip/sip/rfc3263.rb', line 59

def weight
  @weight
end