Class: Miyako::LayoutSnapStruct

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

Overview

スナップ構造体

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



57
58
59
# File 'lib/Miyako/API/layout.rb', line 57

def children
  @children
end

#spriteObject

Returns the value of attribute sprite

Returns:

  • (Object)

    the current value of sprite



57
58
59
# File 'lib/Miyako/API/layout.rb', line 57

def sprite
  @sprite
end