class RBS::Template::Field

Attributes

c_type[R]
name[R]

Public Class Methods

new(yaml) click to toggle source
# File rbs-3.7.0/templates/template.rb, line 13
def initialize(yaml)
  @name = yaml["name"]
  @c_type = "VALUE"
end