Class: Unteilbar::Signer
- Inherits:
-
Struct
- Object
- Struct
- Unteilbar::Signer
- Defined in:
- lib/unteilbar.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#newsletter ⇒ Object
Returns the value of attribute newsletter.
-
#orga ⇒ Object
Returns the value of attribute orga.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/unteilbar.rb', line 5 def name @name end |
#newsletter ⇒ Object
Returns the value of attribute newsletter
5 6 7 |
# File 'lib/unteilbar.rb', line 5 def end |
#orga ⇒ Object
Returns the value of attribute orga
5 6 7 |
# File 'lib/unteilbar.rb', line 5 def orga @orga end |
#region ⇒ Object
Returns the value of attribute region
5 6 7 |
# File 'lib/unteilbar.rb', line 5 def region @region end |