Class: Sepa::Userfiletype
- Inherits:
-
Object
- Object
- Sepa::Userfiletype
- Defined in:
- lib/sepa/userfiletype.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#fileType ⇒ Object
Returns the value of attribute fileType.
-
#fileTypeName ⇒ Object
Returns the value of attribute fileTypeName.
-
#filetypeServices ⇒ Object
Returns the value of attribute filetypeServices.
-
#targetId ⇒ Object
Returns the value of attribute targetId.
Instance Method Summary collapse
-
#add_filetypeservice(ftservice) ⇒ Object
Add incoming filetypeservice to array.
-
#get_filetypeservices ⇒ Object
To get parts of array possible options.
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def country @country end |
#direction ⇒ Object
Returns the value of attribute direction.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def direction @direction end |
#fileType ⇒ Object
Returns the value of attribute fileType.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def fileType @fileType end |
#fileTypeName ⇒ Object
Returns the value of attribute fileTypeName.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def fileTypeName @fileTypeName end |
#filetypeServices ⇒ Object
Returns the value of attribute filetypeServices.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def filetypeServices @filetypeServices end |
#targetId ⇒ Object
Returns the value of attribute targetId.
4 5 6 |
# File 'lib/sepa/userfiletype.rb', line 4 def targetId @targetId end |
Instance Method Details
#add_filetypeservice(ftservice) ⇒ Object
Add incoming filetypeservice to array
6 7 8 |
# File 'lib/sepa/userfiletype.rb', line 6 def add_filetypeservice(ftservice) filetypeServices<<ftservice end |
#get_filetypeservices ⇒ Object
To get parts of array possible options
11 12 13 14 |
# File 'lib/sepa/userfiletype.rb', line 11 def get_filetypeservices # Add condition checking filetypeServices end |