Class: Yade::Domain::Rest::Model::Host
- Inherits:
-
Object
- Object
- Yade::Domain::Rest::Model::Host
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yade/domain/rest/model/host.rb
Overview
Host
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#domainId ⇒ Object
Returns the value of attribute domainId.
-
#environmentType ⇒ Object
Returns the value of attribute environmentType.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#isMaster ⇒ Object
Returns the value of attribute isMaster.
-
#name ⇒ Object
Returns the value of attribute name.
-
#osType ⇒ Object
Returns the value of attribute osType.
-
#roleId ⇒ Object
Returns the value of attribute roleId.
-
#sshPort ⇒ Object
Returns the value of attribute sshPort.
-
#username ⇒ Object
Returns the value of attribute username.
-
#zone ⇒ Object
Returns the value of attribute zone.
Instance Method Summary collapse
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def datacenter @datacenter end |
#domainId ⇒ Object
Returns the value of attribute domainId.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def domainId @domainId end |
#environmentType ⇒ Object
Returns the value of attribute environmentType.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def environmentType @environmentType end |
#hostName ⇒ Object
Returns the value of attribute hostName.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def hostName @hostName end |
#id ⇒ Object
Returns the value of attribute id.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def id @id end |
#ip ⇒ Object
Returns the value of attribute ip.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def ip @ip end |
#isMaster ⇒ Object
Returns the value of attribute isMaster.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def isMaster @isMaster end |
#name ⇒ Object
Returns the value of attribute name.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def name @name end |
#osType ⇒ Object
Returns the value of attribute osType.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def osType @osType end |
#roleId ⇒ Object
Returns the value of attribute roleId.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def roleId @roleId end |
#sshPort ⇒ Object
Returns the value of attribute sshPort.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def sshPort @sshPort end |
#username ⇒ Object
Returns the value of attribute username.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def username @username end |
#zone ⇒ Object
Returns the value of attribute zone.
15 16 17 |
# File 'lib/yade/domain/rest/model/host.rb', line 15 def zone @zone end |
Instance Method Details
#attributes ⇒ Object
21 22 23 |
# File 'lib/yade/domain/rest/model/host.rb', line 21 def attributes instance_values end |