Class: LlamaHair::Types::Llama

Inherits:
Struct
  • Object
show all
Defined in:
lib/llamahair/types.rb

Overview

Core Llama types

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



14
15
16
# File 'lib/llamahair/types.rb', line 14

def body
  @body
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/llamahair/types.rb', line 14

def id
  @id
end