Class: Xrechnung::MemberContainer::Member
- Inherits:
-
Struct
- Object
- Struct
- Xrechnung::MemberContainer::Member
- Defined in:
- lib/xrechnung/member_container.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#transform_value ⇒ Object
Returns the value of attribute transform_value.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
27 28 29 |
# File 'lib/xrechnung/member_container.rb', line 27 def default @default end |
#optional ⇒ Object
Returns the value of attribute optional
27 28 29 |
# File 'lib/xrechnung/member_container.rb', line 27 def optional @optional end |
#transform_value ⇒ Object
Returns the value of attribute transform_value
27 28 29 |
# File 'lib/xrechnung/member_container.rb', line 27 def transform_value @transform_value end |
#type ⇒ Object
Returns the value of attribute type
27 28 29 |
# File 'lib/xrechnung/member_container.rb', line 27 def type @type end |