Class: Primer::OpenProject::Pagination::PageData

Inherits:
Struct
  • Object
show all
Defined in:
app/components/primer/open_project/pagination.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



8
9
10
# File 'app/components/primer/open_project/pagination.rb', line 8

def content
  @content
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



8
9
10
# File 'app/components/primer/open_project/pagination.rb', line 8

def key
  @key
end

#propsObject

Returns the value of attribute props

Returns:

  • (Object)

    the current value of props



8
9
10
# File 'app/components/primer/open_project/pagination.rb', line 8

def props
  @props
end