Class: OFX::SignonRealm

Inherits:
Object
  • Object
show all
Defined in:
lib/ofx/financial_institution_profile_message_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allows_spacesObject

Returns the value of attribute allows_spaces.



40
41
42
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 40

def allows_spaces
  @allows_spaces
end

#allows_special_charactersObject

Returns the value of attribute allows_special_characters.



39
40
41
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 39

def allows_special_characters
  @allows_special_characters
end

#case_sensitiveObject

Returns the value of attribute case_sensitive.



38
39
40
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 38

def case_sensitive
  @case_sensitive
end

#nameObject

Returns the value of attribute name.



35
36
37
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 35

def name
  @name
end

#password_characters_constraintObject

Returns the value of attribute password_characters_constraint.



37
38
39
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 37

def password_characters_constraint
  @password_characters_constraint
end

#password_length_constraintObject

Returns the value of attribute password_length_constraint.



36
37
38
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 36

def password_length_constraint
  @password_length_constraint
end

#requires_initial_pin_changeObject

Returns the value of attribute requires_initial_pin_change.



42
43
44
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 42

def requires_initial_pin_change
  @requires_initial_pin_change
end

#supports_pin_changesObject

Returns the value of attribute supports_pin_changes.



41
42
43
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 41

def supports_pin_changes
  @supports_pin_changes
end