Sha256: 02d6e1320469fb0f3560284898a11ef16c758297691b47cc4082e206a397f308
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module PuppeteerEntity module Attributes class Authenticate < Dry::Struct transform_keys(&:to_sym) attribute :username, Types::Coercible::String attribute :password, Types::Coercible::String end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppeteer_entity-0.1.1 | lib/puppeteer_entity/attributes/authenticate.rb |
puppeteer_entity-0.1.0 | lib/puppeteer_entity/attributes/authenticate.rb |