Class: Finicity::V1::Response::LoginField
- Inherits:
-
Object
- Object
- Finicity::V1::Response::LoginField
- Includes:
- Saxomattic
- Defined in:
- lib/finicity/v1/response/login_form.rb
Instance Method Summary collapse
-
#description ⇒ Object
Saxomattic Attributes.
- #mask? ⇒ Boolean
Instance Method Details
#description ⇒ Object
Saxomattic Attributes
9 |
# File 'lib/finicity/v1/response/login_form.rb', line 9 attribute :description |
#mask? ⇒ Boolean
15 16 17 |
# File 'lib/finicity/v1/response/login_form.rb', line 15 def mask? mask == 'true' end |