Class: Zaala::API::InfoRequest

Inherits:
Dry::Struct
  • Object
show all
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_messageObject



762
763
764
765
766
# File 'lib/zaala/api/types.rb', line 762

def to_message
  {
    identifier: identifier.to_message,
  }
end