Class: CommandTower::Username::Available::Availability
- Inherits:
-
Data
- Object
- Data
- CommandTower::Username::Available::Availability
- Defined in:
- app/services/command_tower/username/available.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
readonly
Returns the value of attribute available.
-
#valid ⇒ Object
readonly
Returns the value of attribute valid.
Instance Method Summary collapse
Instance Attribute Details
#available ⇒ Object (readonly)
Returns the value of attribute available
13 14 15 |
# File 'app/services/command_tower/username/available.rb', line 13 def available @available end |
#valid ⇒ Object (readonly)
Returns the value of attribute valid
13 14 15 |
# File 'app/services/command_tower/username/available.rb', line 13 def valid @valid end |
Instance Method Details
#available? ⇒ Boolean
16 |
# File 'app/services/command_tower/username/available.rb', line 16 def available? = available |
#valid? ⇒ Boolean
14 |
# File 'app/services/command_tower/username/available.rb', line 14 def valid? = valid |