Method: X2CH::Post#initialize
- Defined in:
- lib/x2ch.rb
#initialize(name, mail, metadata, body) ⇒ Post
Returns a new instance of Post.
109 110 111 |
# File 'lib/x2ch.rb', line 109 def initialize(name, mail, , body) @name, @mail, @metadata, @body = name, mail, , body end |