In Files

  • rbs-2.1.0/lib/rbs/ast/members.rb

Methods

Included Modules

Class/Module Index [+]

Quicksearch

RBS::AST::Members::ClassInstanceVariable

Public Instance Methods

to_json(state = _ = nil) click to toggle source
 
               # File rbs-2.1.0/lib/rbs/ast/members.rb, line 118
def to_json(state = _ = nil)
  {
    member: :class_instance_variable,
    name: name,
    type: type,
    location: location,
    comment: comment
  }.to_json(state)
end
            
There is an updated format of the API docs for this version here.