Class: Clabe::ClabeValidation
- Inherits:
-
Struct
- Object
- Struct
- Clabe::ClabeValidation
- Defined in:
- lib/clabe.rb
Instance Attribute Summary collapse
-
#bank_code ⇒ Object
Returns the value of attribute bank_code.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#bank_tag ⇒ Object
Returns the value of attribute bank_tag.
-
#city ⇒ Object
Returns the value of attribute city.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#is_valid? ⇒ Object
Returns the value of attribute is_valid?.
Instance Attribute Details
#bank_code ⇒ Object
Returns the value of attribute bank_code
2 3 4 |
# File 'lib/clabe.rb', line 2 def bank_code @bank_code end |
#bank_name ⇒ Object
Returns the value of attribute bank_name
2 3 4 |
# File 'lib/clabe.rb', line 2 def bank_name @bank_name end |
#bank_tag ⇒ Object
Returns the value of attribute bank_tag
2 3 4 |
# File 'lib/clabe.rb', line 2 def bank_tag @bank_tag end |
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/clabe.rb', line 2 def city @city end |
#errors ⇒ Object
Returns the value of attribute errors
2 3 4 |
# File 'lib/clabe.rb', line 2 def errors @errors end |
#is_valid? ⇒ Object
Returns the value of attribute is_valid?
2 3 4 |
# File 'lib/clabe.rb', line 2
def is_valid?
@is_valid?
end
|