Class: VivlioStarter::CLI::IndexCommands::UnifiedPageBuilder::Limitation
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::IndexCommands::UnifiedPageBuilder::Limitation
- Defined in:
- lib/vivlio_starter/cli/index/unified_page_builder.rb
Overview
参照を絞った事実。呼び出し元が必ず報告する(no silent caps・R6)
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#style ⇒ Object
readonly
Returns the value of attribute style.
-
#terms ⇒ Object
readonly
Returns the value of attribute terms.
Instance Method Summary collapse
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
122 123 124 |
# File 'lib/vivlio_starter/cli/index/unified_page_builder.rb', line 122 def limit @limit end |
#style ⇒ Object (readonly)
Returns the value of attribute style
122 123 124 |
# File 'lib/vivlio_starter/cli/index/unified_page_builder.rb', line 122 def style @style end |
#terms ⇒ Object (readonly)
Returns the value of attribute terms
122 123 124 |
# File 'lib/vivlio_starter/cli/index/unified_page_builder.rb', line 122 def terms @terms end |
Instance Method Details
#any? ⇒ Boolean
123 |
# File 'lib/vivlio_starter/cli/index/unified_page_builder.rb', line 123 def any? = terms.any? |
#size ⇒ Object
124 |
# File 'lib/vivlio_starter/cli/index/unified_page_builder.rb', line 124 def size = terms.size |