Class: ExtendedHelloCommand
- Inherits:
-
Struct
- Object
- Struct
- ExtendedHelloCommand
- Defined in:
- lib/drillmail/commands/extended_hello.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
1 2 3 |
# File 'lib/drillmail/commands/extended_hello.rb', line 1 def body @body end |
#session ⇒ Object
Returns the value of attribute session
1 2 3 |
# File 'lib/drillmail/commands/extended_hello.rb', line 1 def session @session end |
Instance Method Details
#call ⇒ Object
2 3 4 5 |
# File 'lib/drillmail/commands/extended_hello.rb', line 2 def call session.domain = body session.reply(250, session.host) end |