Class: ModSpox::Messages::Incoming::Created
- Defined in:
- lib/mod_spox/messages/incoming/Created.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
readonly
date server was created.
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(raw, date) ⇒ Created
constructor
A new instance of Created.
Constructor Details
#initialize(raw, date) ⇒ Created
Returns a new instance of Created.
8 9 10 11 |
# File 'lib/mod_spox/messages/incoming/Created.rb', line 8 def initialize(raw, date) super(raw) @date = date end |
Instance Attribute Details
#date ⇒ Object (readonly)
date server was created
7 8 9 |
# File 'lib/mod_spox/messages/incoming/Created.rb', line 7 def date @date end |