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