Class: Quark::DatawireMdkMd::MdkIntrospectionAwsEc2HostGetMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkIntrospectionAwsEc2HostGetMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkIntrospectionAwsEc2HostGetMethod
constructor
A new instance of MdkIntrospectionAwsEc2HostGetMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkIntrospectionAwsEc2HostGetMethod
Returns a new instance of MdkIntrospectionAwsEc2HostGetMethod.
38672 38673 38674 38675 38676 38677 |
# File 'lib/datawire_mdk_md.rb', line 38672 def initialize() super("quark.String", "get", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
38711 38712 38713 38714 38715 38716 |
# File 'lib/datawire_mdk_md.rb', line 38711 def __init_fields__() super nil end |
#_getClass ⇒ Object
38690 38691 38692 38693 38694 38695 |
# File 'lib/datawire_mdk_md.rb', line 38690 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
38697 38698 38699 38700 38701 38702 |
# File 'lib/datawire_mdk_md.rb', line 38697 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
38704 38705 38706 38707 38708 38709 |
# File 'lib/datawire_mdk_md.rb', line 38704 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
38682 38683 38684 38685 38686 38687 38688 |
# File 'lib/datawire_mdk_md.rb', line 38682 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_introspection.aws.Ec2Host } return obj.get() nil end |