Class: NicInfo::EventActor
- Inherits:
-
Object
- Object
- NicInfo::EventActor
- Defined in:
- lib/nicinfo/common_json.rb
Instance Attribute Summary collapse
-
#entity_cn ⇒ Object
Returns the value of attribute entity_cn.
-
#eventAction ⇒ Object
Returns the value of attribute eventAction.
-
#eventDate ⇒ Object
Returns the value of attribute eventDate.
-
#related ⇒ Object
Returns the value of attribute related.
Instance Attribute Details
#entity_cn ⇒ Object
Returns the value of attribute entity_cn.
229 230 231 |
# File 'lib/nicinfo/common_json.rb', line 229 def entity_cn @entity_cn end |
#eventAction ⇒ Object
Returns the value of attribute eventAction.
229 230 231 |
# File 'lib/nicinfo/common_json.rb', line 229 def eventAction @eventAction end |
#eventDate ⇒ Object
Returns the value of attribute eventDate.
229 230 231 |
# File 'lib/nicinfo/common_json.rb', line 229 def eventDate @eventDate end |
#related ⇒ Object
Returns the value of attribute related.
229 230 231 |
# File 'lib/nicinfo/common_json.rb', line 229 def @related end |