Class: CoRE::CoAP::FSM
- Inherits:
-
Object
- Object
- CoRE::CoAP::FSM
- Defined in:
- lib/core/coap/fsm.rb
Defined Under Namespace
Classes: Client, Message, Server
Instance Attribute Summary collapse
-
#fsm ⇒ Object
readonly
Returns the value of attribute fsm.
Instance Method Summary collapse
-
#initialize ⇒ FSM
constructor
A new instance of FSM.
Constructor Details
Instance Attribute Details
#fsm ⇒ Object (readonly)
Returns the value of attribute fsm.
75 76 77 |
# File 'lib/core/coap/fsm.rb', line 75 def fsm @fsm end |