Class: Xberg::PageSignals
- Inherits:
-
Object
- Object
- Xberg::PageSignals
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#has_page_number_one_marker ⇒ Boolean
readonly
Returns the value of attribute has_page_number_one_marker.
-
#has_signature_block ⇒ Boolean
readonly
Returns the value of attribute has_signature_block.
-
#layout_text_density ⇒ Float
readonly
Returns the value of attribute layout_text_density.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
-
#starts_with_letterhead_like ⇒ Boolean
readonly
Returns the value of attribute starts_with_letterhead_like.
-
#text_excerpt ⇒ String
readonly
Returns the value of attribute text_excerpt.
Instance Method Summary collapse
-
#initialize ⇒ PageSignals
constructor
A new instance of PageSignals.
Constructor Details
#initialize ⇒ PageSignals
Returns a new instance of PageSignals.
1969 |
# File 'sig/types.rbs', line 1969
def initialize: (page_number: Integer, text_excerpt: String, starts_with_letterhead_like: bool, has_page_number_one_marker: bool, has_signature_block: bool, layout_text_density: Float) -> void
|
Instance Attribute Details
#has_page_number_one_marker ⇒ Boolean (readonly)
Returns the value of attribute has_page_number_one_marker.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def has_page_number_one_marker @has_page_number_one_marker end |
#has_signature_block ⇒ Boolean (readonly)
Returns the value of attribute has_signature_block.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def has_signature_block @has_signature_block end |
#layout_text_density ⇒ Float (readonly)
Returns the value of attribute layout_text_density.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def layout_text_density @layout_text_density end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def page_number @page_number end |
#starts_with_letterhead_like ⇒ Boolean (readonly)
Returns the value of attribute starts_with_letterhead_like.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def starts_with_letterhead_like @starts_with_letterhead_like end |
#text_excerpt ⇒ String (readonly)
Returns the value of attribute text_excerpt.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def text_excerpt @text_excerpt end |