class AWS::Core::Data

def respond_to? method_name

Returns:
  • (Boolean) - Returns true if this data object will

Parameters:
  • method_name (String, Symbol) --
def respond_to? method_name
  @data.key?(_remove_question_mark(method_name)) or
    @data.respond_to?(method_name)
end