Class: Socialmux::Result
- Inherits:
-
Struct
- Object
- Struct
- Socialmux::Result
- Defined in:
- lib/socialmux/result.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
2 3 4 |
# File 'lib/socialmux/result.rb', line 2 def event @event end |
#user ⇒ Object
Returns the value of attribute user
2 3 4 |
# File 'lib/socialmux/result.rb', line 2 def user @user end |