Class: GrpcRest::GeneratedMethod::PathInfo
- Inherits:
-
Struct
- Object
- Struct
- GrpcRest::GeneratedMethod::PathInfo
- Defined in:
- lib/generator/method.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#split_name ⇒ Object
Returns the value of attribute split_name.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/generator/method.rb', line 5 def name @name end |
#split_name ⇒ Object
Returns the value of attribute split_name
5 6 7 |
# File 'lib/generator/method.rb', line 5 def split_name @split_name end |
#val ⇒ Object
Returns the value of attribute val
5 6 7 |
# File 'lib/generator/method.rb', line 5 def val @val end |