Skip to content

Commit

Permalink
regenerate samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpollock committed Nov 21, 2024
1 parent 4cea825 commit 0e78426
Show file tree
Hide file tree
Showing 96 changed files with 95 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
},
#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/bird.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Bird <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/category.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Category <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/data_query.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DataQuery <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/default_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ DefaultValue <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/number_properties_only.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NumberPropertiesOnly <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/pet.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Pet <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Query <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/string_enum_ref.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ StringEnumRef <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/r/R/tag.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Tag <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TestFormObjectMultipartRequestMarker <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter <- R6::R6Clas
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ AllofTagApiResponse <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/animal.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Animal <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/any_of_pig.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AnyOfPig <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ AnyOfPrimitiveTypeTest <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/basque_pig.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ BasquePig <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/cat.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Cat <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/category.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Category <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/danish_pig.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DanishPig <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/date.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Date <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/dog.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Dog <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/dummy_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DummyModel <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/format_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ FormatTest <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/mammal.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Mammal <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ModelApiResponse <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/nested_one_of.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NestedOneOf <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ OneOfPrimitiveTypeTest <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/order.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Order <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/pet.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Pet <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/pet_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PetMap <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/pig.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Pig <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/special.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Special <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/tag.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Tag <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ UpdatePetRequest <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2-wrapper/R/user.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ User <- R6::R6Class(
},

#' @description
#' Convert to a list. This method was misnamed, it actually returns a list. Use `toSimpleType()` instead.
#' Convert to an R object. This method is deprecated. Use `toSimpleType()` instead.
toJSON = function() {
.Deprecated(new = "toSimpleType", msg = "Use the '$toSimpleType()' method instead since that is more learly named. Use '$toJSONString()' to get a JSON string")
return(self$toSimpleType())
Expand Down
Loading

0 comments on commit 0e78426

Please sign in to comment.