Skip to content

Commit

Permalink
Ruby - Adding Model name on the properties of the ServiceClient (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrutshah committed Jun 16, 2016
1 parent dc4ff41 commit b4a493d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module @Settings.Namespace

@foreach (var operation in Model.MethodGroups)
{
@:@WrapComment("# ", string.Format("@return {0}", RubyCodeNamer.UnderscoreCase(operation)))
@:@WrapComment("# ", string.Format("@return [{0}] {1}", operation, RubyCodeNamer.UnderscoreCase(operation)))
@:attr_reader :@(RubyCodeNamer.UnderscoreCase(operation))
@EmptyLine
}
Expand Down

0 comments on commit b4a493d

Please sign in to comment.