Class: Softlayer::Network::Security::Scanner::Request::Status
- Defined in:
- lib/softlayer/network/security/scanner/request/status.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, parse, request, #request, #to_hash
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/softlayer/network/security/scanner/request/status.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/softlayer/network/security/scanner/request/status.rb', line 8 def name @name end |