Class: HaveAPI::GoClient::Parameters::Resource

Inherits:
Base
  • Object
show all
Defined in:
lib/haveapi/go_client/parameters/resource.rb

Instance Attribute Summary collapse

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

#camelize

Constructor Details

This class inherits a constructor from HaveAPI::GoClient::Parameters::Base

Instance Attribute Details

#associationParameters::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

Returns:

  • (Boolean)


13
14
15
# File 'lib/haveapi/go_client/parameters/resource.rb', line 13

def nillable?
  true
end