Class: Rounders::Mail
- Inherits:
-
Object
- Object
- Rounders::Mail
- Extended by:
- Forwardable
- Defined in:
- lib/rounders/mail.rb
Instance Attribute Summary collapse
-
#mail ⇒ Object
readonly
Returns the value of attribute mail.
Instance Method Summary collapse
-
#initialize(mail) ⇒ Mail
constructor
A new instance of Mail.
Constructor Details
#initialize(mail) ⇒ Mail
Returns a new instance of Mail.
52 53 54 |
# File 'lib/rounders/mail.rb', line 52 def initialize(mail) @mail = mail end |
Instance Attribute Details
#mail ⇒ Object (readonly)
Returns the value of attribute mail.
4 5 6 |
# File 'lib/rounders/mail.rb', line 4 def mail @mail end |