Class: BuildingSync::AssetScore::WholeBuilding::Rankings::Ranking
- Inherits:
-
Object
- Object
- BuildingSync::AssetScore::WholeBuilding::Rankings::Ranking
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019Ranking
type - BuildingSync::AssetScore::WholeBuilding::Rankings::Ranking::Type
rank - BuildingSync::RankType
Defined Under Namespace
Classes: Type
Instance Attribute Summary collapse
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, rank = nil) ⇒ Ranking
constructor
A new instance of Ranking.
Constructor Details
#initialize(type = nil, rank = nil) ⇒ Ranking
Returns a new instance of Ranking.
21388 21389 21390 21391 |
# File 'lib/BuildingSync.rb', line 21388 def initialize(type = nil, rank = nil) @type = type @rank = rank end |
Instance Attribute Details
#rank ⇒ Object
Returns the value of attribute rank.
21386 21387 21388 |
# File 'lib/BuildingSync.rb', line 21386 def rank @rank end |
#type ⇒ Object
Returns the value of attribute type.
21385 21386 21387 |
# File 'lib/BuildingSync.rb', line 21385 def type @type end |