class KRPC::Types::ListType

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 115
def initialize(pb_type)
  @value_type = TypeStore[pb_type.types.first]
  super(pb_type, Array)
end