Class: Primer::OpenProject::Pagination::PageData
- Inherits:
-
Struct
- Object
- Struct
- Primer::OpenProject::Pagination::PageData
- Defined in:
- app/components/primer/open_project/pagination.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#key ⇒ Object
Returns the value of attribute key.
-
#props ⇒ Object
Returns the value of attribute props.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
8 9 10 |
# File 'app/components/primer/open_project/pagination.rb', line 8 def content @content end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'app/components/primer/open_project/pagination.rb', line 8 def key @key end |
#props ⇒ Object
Returns the value of attribute props
8 9 10 |
# File 'app/components/primer/open_project/pagination.rb', line 8 def props @props end |