Class: Protobuf::Generate::Ast::Package

Inherits:
Struct
  • Object
show all
Defined in:
lib/protobuf/generate/parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



54
55
56
# File 'lib/protobuf/generate/parser.rb', line 54

def name
  @name
end

Instance Method Details

#to_sObject



55
# File 'lib/protobuf/generate/parser.rb', line 55

def to_s; name end