Class: XIVLodestone::GearList::Gear
- Inherits:
-
Struct
- Object
- Struct
- XIVLodestone::GearList::Gear
- Defined in:
- lib/xiv_lodestone/lodestone_character_gear.rb
Overview
This struct representation a piece of gear.
Instance Attribute Summary collapse
-
#ilevel ⇒ Object
Returns the value of attribute ilevel.
-
#name ⇒ Object
Returns the value of attribute name.
-
#slot ⇒ Object
Returns the value of attribute slot.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#ilevel ⇒ Object
Returns the value of attribute ilevel
11 12 13 |
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11 def ilevel @ilevel end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11 def name @name end |
#slot ⇒ Object
Returns the value of attribute slot
11 12 13 |
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11 def slot @slot end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/xiv_lodestone/lodestone_character_gear.rb', line 11 def url @url end |