Class: Ibancom::Resources::IBAN::Scheme
- Defined in:
- lib/ibancom/resources/iban/scheme.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#supported ⇒ Object
Returns the value of attribute supported.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ibancom::Resources::Base
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
7 8 9 |
# File 'lib/ibancom/resources/iban/scheme.rb', line 7 def code @code end |
#supported ⇒ Object
Returns the value of attribute supported.
7 8 9 |
# File 'lib/ibancom/resources/iban/scheme.rb', line 7 def supported @supported end |
Instance Method Details
#supported? ⇒ Boolean
10 11 12 |
# File 'lib/ibancom/resources/iban/scheme.rb', line 10 def supported? supported == "YES" end |