Class: ApiBanking::PanInquiry::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/json/panInquiry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#firstNameObject

Returns the value of attribute firstName

Returns:

  • (Object)

    the current value of firstName



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def firstName
  @firstName
end

#lastNameObject

Returns the value of attribute lastName

Returns:

  • (Object)

    the current value of lastName



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def lastName
  @lastName
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate

Returns:

  • (Object)

    the current value of lastUpdateDate



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def lastUpdateDate
  @lastUpdateDate
end

#middleNameObject

Returns the value of attribute middleName

Returns:

  • (Object)

    the current value of middleName



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def middleName
  @middleName
end

#panStatusObject

Returns the value of attribute panStatus

Returns:

  • (Object)

    the current value of panStatus



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def panStatus
  @panStatus
end

#panTitleObject

Returns the value of attribute panTitle

Returns:

  • (Object)

    the current value of panTitle



12
13
14
# File 'lib/api_banking/json/panInquiry.rb', line 12

def panTitle
  @panTitle
end