Class: Kozeki::Config::CollectionOptions
- Inherits:
-
Struct
- Object
- Struct
- Kozeki::Config::CollectionOptions
- Defined in:
- lib/kozeki/config.rb
Instance Attribute Summary collapse
-
#max_items ⇒ Object
Returns the value of attribute max_items.
-
#meta_keys ⇒ Object
Returns the value of attribute meta_keys.
-
#paginate ⇒ Object
Returns the value of attribute paginate.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#max_items ⇒ Object
Returns the value of attribute max_items
10 11 12 |
# File 'lib/kozeki/config.rb', line 10 def max_items @max_items end |
#meta_keys ⇒ Object
Returns the value of attribute meta_keys
10 11 12 |
# File 'lib/kozeki/config.rb', line 10 def @meta_keys end |
#paginate ⇒ Object
Returns the value of attribute paginate
10 11 12 |
# File 'lib/kozeki/config.rb', line 10 def paginate @paginate end |
#prefix ⇒ Object
Returns the value of attribute prefix
10 11 12 |
# File 'lib/kozeki/config.rb', line 10 def prefix @prefix end |