Method: OpenApiSDK::Operations::Files#initialize
- Defined in:
- lib/open_api_sdk/models/operations/files.rb
#initialize(name: nil, hash: nil, url: nil) ⇒ Files
Returns a new instance of Files.
23 24 25 26 27 |
# File 'lib/open_api_sdk/models/operations/files.rb', line 23 def initialize(name: nil, hash: nil, url: nil) @name = name @hash = hash @url = url end |