module ThriftClient::Simple::ComplexType::Extends

Public Instance Methods

type_id() click to toggle source
# File lib/thrift_client/simple.rb, line 38
def type_id
  @type_id
end
type_id=(n) click to toggle source
# File lib/thrift_client/simple.rb, line 34
def type_id=(n)
  @type_id = n
end