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



54
55
56
# File 'lib/Miyako/API/layout.rb', line 54

def children
  @children
end

#spriteObject

Returns the value of attribute sprite

Returns:

  • (Object)

    the current value of sprite



54
55
56
# File 'lib/Miyako/API/layout.rb', line 54

def sprite
  @sprite
end