Class: ApiBanking::PanInquiry::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PanInquiry::Result
- Defined in:
- lib/api_banking/json/panInquiry.rb
Instance Attribute Summary collapse
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
-
#middleName ⇒ Object
Returns the value of attribute middleName.
-
#panStatus ⇒ Object
Returns the value of attribute panStatus.
-
#panTitle ⇒ Object
Returns the value of attribute panTitle.
Instance Attribute Details
#firstName ⇒ Object
Returns the value of attribute firstName
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def firstName @firstName end |
#lastName ⇒ Object
Returns the value of attribute lastName
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def lastName @lastName end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def lastUpdateDate @lastUpdateDate end |
#middleName ⇒ Object
Returns the value of attribute middleName
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def middleName @middleName end |
#panStatus ⇒ Object
Returns the value of attribute panStatus
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def panStatus @panStatus end |
#panTitle ⇒ Object
Returns the value of attribute panTitle
12 13 14 |
# File 'lib/api_banking/json/panInquiry.rb', line 12 def panTitle @panTitle end |