Class: Renshuu::Presence::List

Inherits:
Model
  • Object
show all
Defined in:
lib/renshuu/models/presence.rb

Overview

Model class for list presence.

Instance Attribute Summary collapse

Instance Attribute Details

#has_wordBoolean (readonly)

Returns:

  • (Boolean)


59
# File 'lib/renshuu/models/presence.rb', line 59

attribute :has_word, Types::Params::Bool

#list_idString (readonly)

Returns:

  • (String)


47
# File 'lib/renshuu/models/presence.rb', line 47

attribute :list_id, Types::String

#nameString (readonly)

Returns:

  • (String)


51
# File 'lib/renshuu/models/presence.rb', line 51

attribute :name, Types::String

#set_nameString? (readonly)

Returns:

  • (String, nil)


55
# File 'lib/renshuu/models/presence.rb', line 55

attribute? :set_name, Types::String