Class: Zaala::API::InfoRequest
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Zaala::API::InfoRequest
- Defined in:
- lib/zaala/api/types.rb
Overview
The InfoRequest class represents the request parameter of the Info service call. It contains all information needed to retrieve all available information about an authorization-id.
Instance Method Summary collapse
Instance Method Details
#to_message ⇒ Object
759 760 761 762 763 |
# File 'lib/zaala/api/types.rb', line 759 def { identifier: identifier., } end |