Class: GrpcRest::GeneratedMethod::PathInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/generator/method.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/generator/method.rb', line 5

def name
  @name
end

#split_nameObject

Returns the value of attribute split_name

Returns:

  • (Object)

    the current value of split_name



5
6
7
# File 'lib/generator/method.rb', line 5

def split_name
  @split_name
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



5
6
7
# File 'lib/generator/method.rb', line 5

def val
  @val
end