Class: Miyako::Story::ScenePool

Inherits:
Struct
  • Object
show all
Defined in:
lib/Miyako/API/story.rb

Overview

シーン情報格納のための構造体

Instance Attribute Summary collapse

Instance Attribute Details

#hand_overObject

Returns the value of attribute hand_over

Returns:

  • (Object)

    the current value of hand_over



135
136
137
# File 'lib/Miyako/API/story.rb', line 135

def hand_over
  @hand_over
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



135
136
137
# File 'lib/Miyako/API/story.rb', line 135

def next
  @next
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



135
136
137
# File 'lib/Miyako/API/story.rb', line 135

def prev
  @prev
end

#storyObject

Returns the value of attribute story

Returns:

  • (Object)

    the current value of story



135
136
137
# File 'lib/Miyako/API/story.rb', line 135

def story
  @story
end

#upperObject

Returns the value of attribute upper

Returns:

  • (Object)

    the current value of upper



135
136
137
# File 'lib/Miyako/API/story.rb', line 135

def upper
  @upper
end