Class: GraphQL::Upgrader::ResolveProcToMethodTransform::ResolveProcProcessor::ResolveProcSection

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/upgrader/member.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize ⇒ ResolveProcSection

Returns a new instance of ResolveProcSection.



596
597
598
599
600
601
602
603
# File 'lib/graphql/upgrader/member.rb', line 596

def initialize
  @proc_arg_names = nil
  @resolve_start = nil
  @resolve_end = nil
  @resolve_indent = nil
  @proc_start = nil
  @proc_end = nil
end

Instance Attribute Details

#proc_arg_names ⇒ Object

Returns the value of attribute proc_arg_names.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def proc_arg_names
  @proc_arg_names
end

#proc_end ⇒ Object

Returns the value of attribute proc_end.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def proc_end
  @proc_end
end

#proc_start ⇒ Object

Returns the value of attribute proc_start.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def proc_start
  @proc_start
end

#resolve_end ⇒ Object

Returns the value of attribute resolve_end.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def resolve_end
  @resolve_end
end

#resolve_indent ⇒ Object

Returns the value of attribute resolve_indent.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def resolve_indent
  @resolve_indent
end

#resolve_start ⇒ Object

Returns the value of attribute resolve_start.



595
596
597
# File 'lib/graphql/upgrader/member.rb', line 595

def resolve_start
  @resolve_start
end