Class: Xrechnung::MemberContainer::Member

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

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



27
28
29
# File 'lib/xrechnung/member_container.rb', line 27

def default
  @default
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



27
28
29
# File 'lib/xrechnung/member_container.rb', line 27

def optional
  @optional
end

#transform_valueObject

Returns the value of attribute transform_value

Returns:

  • (Object)

    the current value of transform_value



27
28
29
# File 'lib/xrechnung/member_container.rb', line 27

def transform_value
  @transform_value
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



27
28
29
# File 'lib/xrechnung/member_container.rb', line 27

def type
  @type
end