Class: EDI::Dir::DE_Properties
- Inherits:
-
Struct
- Object
- Struct
- EDI::Dir::DE_Properties
- Defined in:
- lib/edi4r/standards.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#dummy ⇒ Object
Returns the value of attribute dummy.
-
#format ⇒ Object
Returns the value of attribute format.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
51 52 53 |
# File 'lib/edi4r/standards.rb', line 51 def description @description end |
#dummy ⇒ Object
Returns the value of attribute dummy
51 52 53 |
# File 'lib/edi4r/standards.rb', line 51 def dummy @dummy end |
#format ⇒ Object
Returns the value of attribute format
51 52 53 |
# File 'lib/edi4r/standards.rb', line 51 def format @format end |
#name ⇒ Object
Returns the value of attribute name
51 52 53 |
# File 'lib/edi4r/standards.rb', line 51 def name @name end |
#status ⇒ Object
Returns the value of attribute status
51 52 53 |
# File 'lib/edi4r/standards.rb', line 51 def status @status end |