Class: Inform::Rules::More

Inherits:
Struct
  • Object
show all
Defined in:
lib/story_teller/stdlib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#page_indexObject

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of page_index



761
762
763
# File 'lib/story_teller/stdlib.rb', line 761

def page_index
  @page_index
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



761
762
763
# File 'lib/story_teller/stdlib.rb', line 761

def text
  @text
end