class SwaggerParser::Contact
Public Instance Methods
email()
click to toggle source
@return [Object]
# File lib/swagger_parser/contact.rb, line 6 def email source["email"] end
name()
click to toggle source
@return [Object]
# File lib/swagger_parser/contact.rb, line 11 def name source["name"] end
url()
click to toggle source
@return [Object]
# File lib/swagger_parser/contact.rb, line 16 def url source["url"] end