class KRPC::Types::SetType
Attributes
value_type[R]
Public Class Methods
new(pb_type)
click to toggle source
Calls superclass method
KRPC::Types::TypeBase::new
# File lib/krpc/types.rb, line 123 def initialize(pb_type) @value_type = TypeStore[pb_type.types.first] super(pb_type, Set) end