Class: NitroKit::Pagination::Item
- Inherits:
-
Data
- Object
- Data
- NitroKit::Pagination::Item
- Defined in:
- app/components/nitro_kit/pagination.rb
Instance Attribute Summary collapse
-
#button ⇒ Object
readonly
Returns the value of attribute button.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#current_page ⇒ Object
readonly
Returns the value of attribute current_page.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#button ⇒ Object (readonly)
Returns the value of attribute button
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def @button end |
#content ⇒ Object (readonly)
Returns the value of attribute content
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def content @content end |
#current ⇒ Object (readonly)
Returns the value of attribute current
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def current @current end |
#current_page ⇒ Object (readonly)
Returns the value of attribute current_page
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def current_page @current_page end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
5 6 7 |
# File 'app/components/nitro_kit/pagination.rb', line 5 def label @label end |