Class: Renshuu::Presence::List
- Defined in:
- lib/renshuu/models/presence.rb
Overview
Model class for list presence.
Instance Attribute Summary collapse
- #has_word ⇒ Boolean readonly
- #list_id ⇒ String readonly
- #name ⇒ String readonly
- #set_name ⇒ String? readonly
Instance Attribute Details
#has_word ⇒ Boolean (readonly)
59 |
# File 'lib/renshuu/models/presence.rb', line 59 attribute :has_word, Types::Params::Bool |
#list_id ⇒ String (readonly)
47 |
# File 'lib/renshuu/models/presence.rb', line 47 attribute :list_id, Types::String |
#name ⇒ String (readonly)
51 |
# File 'lib/renshuu/models/presence.rb', line 51 attribute :name, Types::String |
#set_name ⇒ String? (readonly)
55 |
# File 'lib/renshuu/models/presence.rb', line 55 attribute? :set_name, Types::String |