File: response.rb

package info (click to toggle)
ruby-vagrant-cloud 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: ruby: 4,343; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module VagrantCloud
  class Response < Data::Immutable
    autoload :CreateToken, "vagrant_cloud/response/create_token"
    autoload :Request2FA, "vagrant_cloud/response/request_2fa"
    autoload :Search, "vagrant_cloud/response/search"
  end
end