Method: Forgejo::CreatePullRequestOption#to_s

Defined in:
lib/forgejo/models/create_pull_request_option.rb

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



251
252
253
# File 'lib/forgejo/models/create_pull_request_option.rb', line 251

def to_s
  to_hash.to_s
end