module Protobuf::Optionable
Public Instance Methods
get_option(name)
click to toggle source
# File lib/protobuf/optionable.rb, line 18 def get_option(name) self.class.get_option(name) end
# File lib/protobuf/optionable.rb, line 18 def get_option(name) self.class.get_option(name) end