Class: Clabe::ClabeValidation

Inherits:
Struct
  • Object
show all
Defined in:
lib/clabe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bank_codeObject

Returns the value of attribute bank_code

Returns:

  • (Object)

    the current value of bank_code



2
3
4
# File 'lib/clabe.rb', line 2

def bank_code
  @bank_code
end

#bank_nameObject

Returns the value of attribute bank_name

Returns:

  • (Object)

    the current value of bank_name



2
3
4
# File 'lib/clabe.rb', line 2

def bank_name
  @bank_name
end

#bank_tagObject

Returns the value of attribute bank_tag

Returns:

  • (Object)

    the current value of bank_tag



2
3
4
# File 'lib/clabe.rb', line 2

def bank_tag
  @bank_tag
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/clabe.rb', line 2

def city
  @city
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



2
3
4
# File 'lib/clabe.rb', line 2

def errors
  @errors
end

#is_valid?Object

Returns the value of attribute is_valid?

Returns:

  • (Object)

    the current value of is_valid?



2
3
4
# File 'lib/clabe.rb', line 2

def is_valid?
  @is_valid?
end