Class: Mj::GraphQL::Commands::QueryFileCommand
- Inherits:
-
Object
- Object
- Mj::GraphQL::Commands::QueryFileCommand
- Defined in:
- lib/mj/graphql/commands/query_file_command.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(file, options) ⇒ QueryFileCommand
constructor
A new instance of QueryFileCommand.
Constructor Details
#initialize(file, options) ⇒ QueryFileCommand
Returns a new instance of QueryFileCommand.
10 11 12 13 |
# File 'lib/mj/graphql/commands/query_file_command.rb', line 10 def initialize(file, ) @file = file @options = end |
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file.
7 8 9 |
# File 'lib/mj/graphql/commands/query_file_command.rb', line 7 def file @file end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/mj/graphql/commands/query_file_command.rb', line 8 def @options end |