Class: Ruboty::ToggleSwitch::Storage::Record
- Inherits:
-
Struct
- Object
- Struct
- Ruboty::ToggleSwitch::Storage::Record
- Defined in:
- lib/ruboty/toggle_switch/storage.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#from ⇒ Object
Returns the value of attribute from.
-
#note ⇒ Object
Returns the value of attribute note.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
4 5 6 |
# File 'lib/ruboty/toggle_switch/storage.rb', line 4 def at @at end |
#from ⇒ Object
Returns the value of attribute from
4 5 6 |
# File 'lib/ruboty/toggle_switch/storage.rb', line 4 def from @from end |
#note ⇒ Object
Returns the value of attribute note
4 5 6 |
# File 'lib/ruboty/toggle_switch/storage.rb', line 4 def note @note end |
#state ⇒ Object
Returns the value of attribute state
4 5 6 |
# File 'lib/ruboty/toggle_switch/storage.rb', line 4 def state @state end |