Class: XIVLodestone::GearList::Gear

Inherits:
Struct
  • Object
show all
Defined in:
lib/xiv_lodestone/lodestone_character_gear.rb

Overview

This struct representation a piece of gear.

Instance Attribute Summary collapse

Instance Attribute Details

#ilevelObject

Returns the value of attribute ilevel

Returns:

  • (Object)

    the current value of ilevel



11
12
13
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11

def ilevel
  @ilevel
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11

def name
  @name
end

#slotObject

Returns the value of attribute slot

Returns:

  • (Object)

    the current value of slot



11
12
13
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11

def slot
  @slot
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11

def url
  @url
end