Class: Ecertic::Resource::OTP::Request

Inherits:
Base
  • Object
show all
Defined in:
lib/ecertic/resources/otp/request.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ecertic::Resource::Base

Instance Attribute Details

#clientOtpObject Also known as: otp

Returns the value of attribute clientOtp.



9
10
11
# File 'lib/ecertic/resources/otp/request.rb', line 9

def clientOtp
  @clientOtp
end

#clientTokenObject Also known as: token

Returns the value of attribute clientToken.



10
11
12
# File 'lib/ecertic/resources/otp/request.rb', line 10

def clientToken
  @clientToken
end

#customidObject

Returns the value of attribute customid.



8
9
10
# File 'lib/ecertic/resources/otp/request.rb', line 8

def customid
  @customid
end

#html_shortUrlObject Also known as: html_url

Returns the value of attribute html_shortUrl.



12
13
14
# File 'lib/ecertic/resources/otp/request.rb', line 12

def html_shortUrl
  @html_shortUrl
end

#idObject Also known as: uuid

Returns the value of attribute id.



7
8
9
# File 'lib/ecertic/resources/otp/request.rb', line 7

def id
  @id
end

#pdf_shortUrlObject Also known as: pdf_url

Returns the value of attribute pdf_shortUrl.



11
12
13
# File 'lib/ecertic/resources/otp/request.rb', line 11

def pdf_shortUrl
  @pdf_shortUrl
end