Class: HaveAPI::GoClient::Parameters::Resource
- Defined in:
- lib/haveapi/go_client/parameters/resource.rb
Instance Attribute Summary collapse
-
#association ⇒ Parameters::Association
readonly
Pointer to the associated resource.
Attributes inherited from Base
#go_in_type, #go_name, #go_out_type, #io, #name, #type
Instance Method Summary collapse
Methods inherited from Base
#<=>, handle, #initialize, #resolve
Methods included from Utils
Constructor Details
This class inherits a constructor from HaveAPI::GoClient::Parameters::Base
Instance Attribute Details
#association ⇒ Parameters::Association (readonly)
Pointer to the associated resource
11 12 13 |
# File 'lib/haveapi/go_client/parameters/resource.rb', line 11 def association @association end |
Instance Method Details
#nillable? ⇒ Boolean
13 14 15 |
# File 'lib/haveapi/go_client/parameters/resource.rb', line 13 def nillable? true end |