Class: RBS::AST::Members::AttrAccessor
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           Base | |
| Instance Chain: | |
| Inherits: | RBS::AST::Members::Base 
 | 
| Defined in: | lib/rbs/ast/members.rb | 
Instance Attribute Summary
Attribute - Included
Instance Method Summary
Attribute - Included
| #==, | |
| #eql? | 
 | 
| #hash, #initialize, #update | |
Instance Method Details
#to_json(state = _ = nil)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 330
def to_json(state = _ = nil) { member: :attr_accessor, name: name, type: type, ivar_name: ivar_name, kind: kind, annotations: annotations, location: location, comment: comment, visibility: visibility }.to_json(state) end