Class: Nis::Struct::AccountImportanceViewModel
- Inherits:
-
Object
- Object
- Nis::Struct::AccountImportanceViewModel
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/account_importance_view_model.rb
Overview
Instance Attribute Summary collapse
-
#address ⇒ Nis::Unit::Address
The current value of address.
-
#ev ⇒ Integer
The current value of ev.
-
#height ⇒ Integer
The current value of height.
-
#importance ⇒ Float
The current value of importance.
-
#isSet ⇒ Integer
(also: #is_set)
The current value of isSet.
-
#score ⇒ Integer
The current value of score.
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#address ⇒ Nis::Unit::Address
Returns the current value of address.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def address @address end |
#ev ⇒ Integer
Returns the current value of ev.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def ev @ev end |
#height ⇒ Integer
Returns the current value of height.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def height @height end |
#importance ⇒ Float
Returns the current value of importance.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def importance @importance end |
#isSet ⇒ Integer Also known as: is_set
Returns the current value of isSet.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def isSet @isSet end |
#score ⇒ Integer
Returns the current value of score.
9 10 11 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 9 def score @score end |
Class Method Details
Instance Method Details
#set? ⇒ Boolean
22 23 24 |
# File 'lib/nis/struct/account_importance_view_model.rb', line 22 def set? @is_set == 1 end |