Class: Grpc::Client::ORiN3::Provider::ORiN3Module
- Inherits:
-
ORiN3BaseObject
- Object
- ORiN3BaseObject
- Grpc::Client::ORiN3::Provider::ORiN3Module
- Includes:
- ORiN3ChildCreator
- Defined in:
- lib/grpc/client/orin3/provider/orin3_module.rb
Instance Attribute Summary collapse
-
#created_datetime ⇒ Object
readonly
Returns the value of attribute created_datetime.
Attributes inherited from ORiN3BaseObject
#name, #option, #orin3_object_type, #type_name
Instance Method Summary collapse
-
#initialize(channel, internal_id, created_datetime) ⇒ ORiN3Module
constructor
A new instance of ORiN3Module.
Methods included from ORiN3ChildCreator
#create_file, #create_job, #create_module, #create_stream, #create_variable
Methods inherited from ORiN3BaseObject
#execute, #get_status, #get_tag, #get_tag_keys, #id, #remove_tag, #set_tag
Constructor Details
#initialize(channel, internal_id, created_datetime) ⇒ ORiN3Module
Returns a new instance of ORiN3Module.
22 23 24 25 |
# File 'lib/grpc/client/orin3/provider/orin3_module.rb', line 22 def initialize(channel, internal_id, created_datetime) @created_datetime = created_datetime super(channel, internal_id) end |
Instance Attribute Details
#created_datetime ⇒ Object (readonly)
Returns the value of attribute created_datetime.
19 20 21 |
# File 'lib/grpc/client/orin3/provider/orin3_module.rb', line 19 def created_datetime @created_datetime end |