Class: Twi::Mock
- Inherits:
-
Object
- Object
- Twi::Mock
- Defined in:
- lib/twi/mock.rb
Defined Under Namespace
Classes: Conversation, Event, Medium, Message, Phone
Instance Attribute Summary collapse
-
#conversation ⇒ Object
Returns the value of attribute conversation.
-
#conversation_error ⇒ Object
Returns the value of attribute conversation_error.
-
#medium ⇒ Object
Returns the value of attribute medium.
-
#message ⇒ Object
Returns the value of attribute message.
-
#message_error ⇒ Object
Returns the value of attribute message_error.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#phone_error ⇒ Object
Returns the value of attribute phone_error.
Instance Attribute Details
#conversation ⇒ Object
Returns the value of attribute conversation.
5 6 7 |
# File 'lib/twi/mock.rb', line 5 def conversation @conversation end |
#conversation_error ⇒ Object
Returns the value of attribute conversation_error.
5 6 7 |
# File 'lib/twi/mock.rb', line 5 def conversation_error @conversation_error end |
#medium ⇒ Object
Returns the value of attribute medium.
6 7 8 |
# File 'lib/twi/mock.rb', line 6 def medium @medium end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/twi/mock.rb', line 4 def @message end |
#message_error ⇒ Object
Returns the value of attribute message_error.
4 5 6 |
# File 'lib/twi/mock.rb', line 4 def @message_error end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/twi/mock.rb', line 3 def phone @phone end |
#phone_error ⇒ Object
Returns the value of attribute phone_error.
3 4 5 |
# File 'lib/twi/mock.rb', line 3 def phone_error @phone_error end |