class RadiusRB::Value

Attributes

id[RW]
name[RW]

Public Class Methods

new(name, id) click to toggle source
# File lib/radiusrb/dictionary/values.rb, line 36
def initialize(name, id)
  @name = name
  @id = id.to_i
end