Class: Logi::Command::List::Post
- Inherits:
-
Struct
- Object
- Struct
- Logi::Command::List::Post
- Defined in:
- lib/logi/command/list.rb
Instance Attribute Summary collapse
-
#link ⇒ Object
Returns the value of attribute link.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#link ⇒ Object
Returns the value of attribute link
11 12 13 |
# File 'lib/logi/command/list.rb', line 11 def link @link end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/logi/command/list.rb', line 11 def title @title end |
Instance Method Details
#<=>(that) ⇒ Object
12 13 14 |
# File 'lib/logi/command/list.rb', line 12 def <=> that link <=> that.link end |